Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc625 std::string* AllocateEmptyString();
1190 std::string* DescriptorPool::Tables::AllocateEmptyString() { in AllocateEmptyString() function in google::protobuf::DescriptorPool::Tables
4596 full_name = tables_->AllocateEmptyString(); in AllocateNameString()
5296 std::string* full_name = tables_->AllocateEmptyString(); in BuildEnumValue()