protos::Ptr -> hpb::Ptr parte deux

PiperOrigin-RevId: 670620457
pull/18028/head
Hong Shin 3 months ago committed by Copybara-Service
parent b1e435dc92
commit 4535f862f5
  1. 2
      hpb_generator/names.h

@ -36,7 +36,7 @@ std::string CppTypeParameterName(const protobuf::FieldDescriptor* field);
std::string MessageBaseType(const protobuf::FieldDescriptor* field,
bool is_const);
// Generate protos::Ptr<const Model> to be used in accessors as public
// Generate hpb::Ptr<const Model> to be used in accessors as public
// signatures.
std::string MessagePtrConstType(const protobuf::FieldDescriptor* field,
bool is_const);

Loading…
Cancel
Save