Migrate PrivateAccess from protos to hpb

PiperOrigin-RevId: 670965004
pull/18079/head
Hong Shin 6 months ago committed by Copybara-Service
parent c841627af4
commit b01eee755e
  1. 4
      hpb/internal/BUILD
  2. 2
      protos/protos.h

@ -24,7 +24,9 @@ cc_library(
cc_library( cc_library(
name = "internal", name = "internal",
hdrs = ["internal.h"], hdrs = ["internal.h"],
visibility = ["//hpb:__subpackages__"], visibility = [
"//hpb:__subpackages__",
],
deps = [ deps = [
"//upb:mem", "//upb:mem",
"//upb:message", "//upb:message",

@ -10,12 +10,10 @@
namespace protos { namespace protos {
namespace internal { namespace internal {
using hpb::internal::GetInternalMsg; using hpb::internal::GetInternalMsg;
using hpb::internal::PrivateAccess;
using hpb::internal::Serialize; using hpb::internal::Serialize;
using hpb::internal::SetExtension; using hpb::internal::SetExtension;
} // namespace internal } // namespace internal
using hpb::Arena; using hpb::Arena;
using hpb::Ptr; using hpb::Ptr;
} // namespace protos } // namespace protos

Loading…
Cancel
Save