Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc3293 std::string* AllocateNameString(const std::string& scope,
4524 std::string* DescriptorBuilder::AllocateNameString( in AllocateNameString() function in google::protobuf::DescriptorBuilder
4541 std::string* full_name = AllocateNameString(scope, proto.name()); in BuildMessage()
4673 std::string* full_name = AllocateNameString(scope, proto.name()); in BuildFieldOrExtension()
5019 AllocateNameString(parent->full_name(), proto.name()); in BuildOneof()
5113 std::string* full_name = AllocateNameString(scope, proto.name()); in BuildEnum()
5279 std::string* full_name = AllocateNameString(file_->package(), proto.name()); in BuildService()
5307 AllocateNameString(parent->full_name(), *result->name_); in BuildMethod()