Update all refs from protos::internal::CreateMessage to hpb::interop::upb::MakeCHandle

PiperOrigin-RevId: 667690021
pull/17945/head
Hong Shin 3 months ago committed by Copybara-Service
parent 673a892bd9
commit 6e2fe5b8c9
  1. 4
      protos/protos.h

@ -16,10 +16,6 @@ using hpb::internal::GetInternalMsg;
using hpb::internal::PrivateAccess;
using hpb::internal::Serialize;
using hpb::internal::SetExtension;
template <typename T>
typename T::CProxy CreateMessage(const upb_Message* msg, upb_Arena* arena) {
return hpb::interop::upb::MakeCHandle<T>(msg, arena);
}
} // namespace internal
using hpb::Serialize;

Loading…
Cancel
Save