Home
last modified time | relevance | path

Searched refs:AllocateNameString (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc3309 std::string* AllocateNameString(const std::string& scope,
4590 std::string* DescriptorBuilder::AllocateNameString( in AllocateNameString() function in google::protobuf::DescriptorBuilder
4607 std::string* full_name = AllocateNameString(scope, proto.name()); in BuildMessage()
4746 std::string* full_name = AllocateNameString(scope, proto.name()); in BuildFieldOrExtension()
5102 AllocateNameString(parent->full_name(), proto.name()); in BuildOneof()
5196 std::string* full_name = AllocateNameString(scope, proto.name()); in BuildEnum()
5361 std::string* full_name = AllocateNameString(file_->package(), proto.name()); in BuildService()
5389 AllocateNameString(parent->full_name(), *result->name_); in BuildMethod()