Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc632 std::string* AllocateString(const std::string& value);
1073 result->name_ = tables->AllocateString(enum_value_name); in FindEnumValueByNumberCreatingIfUnknown()
1075 tables->AllocateString(parent->full_name() + "." + enum_value_name); in FindEnumValueByNumberCreatingIfUnknown()
1195 std::string* DescriptorPool::Tables::AllocateString(const std::string& value) { in AllocateString() function in google::protobuf::DescriptorPool::Tables
3883 placeholder_full_name = tables_->AllocateString(name.substr(1)); in NewPlaceholderWithMutexHeld()
3885 placeholder_full_name = tables_->AllocateString(name); in NewPlaceholderWithMutexHeld()
3891 tables_->AllocateString(placeholder_full_name->substr(0, dotpos)); in NewPlaceholderWithMutexHeld()
3893 tables_->AllocateString(placeholder_full_name->substr(dotpos + 1)); in NewPlaceholderWithMutexHeld()
3926 placeholder_value->name_ = tables_->AllocateString("PLACEHOLDER_VALUE"); in NewPlaceholderWithMutexHeld()
3931 : tables_->AllocateString(*placeholder_package + in NewPlaceholderWithMutexHeld()
[all …]