Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc503 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::Tables
3483 placeholder_full_name = tables_->AllocateString(name.substr(1)); in NewPlaceholder()
3485 placeholder_full_name = tables_->AllocateString(name); in NewPlaceholder()
3490 placeholder_package = tables_->AllocateString( in NewPlaceholder()
3492 placeholder_name = tables_->AllocateString( in NewPlaceholder()
3526 placeholder_value->name_ = tables_->AllocateString("PLACEHOLDER_VALUE"); in NewPlaceholder()
3530 tables_->AllocateString(*placeholder_package + ".PLACEHOLDER_VALUE"); in NewPlaceholder()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DProcess.inc143 static const char *AllocateString(const SmallVectorImpl<char> &S,
158 Args.push_back(AllocateString(ArgString, Alloc));
204 Args.push_back(AllocateString(Dir, Alloc));
269 Args[0] = AllocateString(Arg0, Alloc);