Searched refs:AllocateString (Results 1 – 1 of 1) sorted by relevance
503 string* AllocateString(const string& value);884 result->name_ = tables->AllocateString(enum_value_name); in FindEnumValueByNumberCreatingIfUnknown()885 result->full_name_ = tables->AllocateString(parent->full_name() + in FindEnumValueByNumberCreatingIfUnknown()991 string* DescriptorPool::Tables::AllocateString(const string& value) { in AllocateString() function in google::protobuf::DescriptorPool::Tables3489 placeholder_full_name = tables_->AllocateString(name.substr(1)); in NewPlaceholder()3491 placeholder_full_name = tables_->AllocateString(name); in NewPlaceholder()3496 placeholder_package = tables_->AllocateString( in NewPlaceholder()3498 placeholder_name = tables_->AllocateString( in NewPlaceholder()3532 placeholder_value->name_ = tables_->AllocateString("PLACEHOLDER_VALUE"); in NewPlaceholder()3536 tables_->AllocateString(*placeholder_package + ".PLACEHOLDER_VALUE"); in NewPlaceholder()[all …]