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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc407 // in must be one that was constructed using AllocateString(), as it will
428 string* AllocateString(const string& value);
523 // string passed in must be one that was constructed using AllocateString(),
809 string* DescriptorPool::Tables::AllocateString(const string& value) { function in class:google::protobuf::DescriptorPool::Tables
2748 placeholder_full_name = tables_->AllocateString(name.substr(1));
2750 placeholder_full_name = tables_->AllocateString(name);
2755 placeholder_package = tables_->AllocateString(
2757 placeholder_name = tables_->AllocateString(
2771 tables_->AllocateString(*placeholder_full_name + ".placeholder.proto");
2800 placeholder_value->name_ = tables_->AllocateString("PLACEHOLDER_VALU
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc364 // in must be one that was constructed using AllocateString(), as it will
385 string* AllocateString(const string& value);
462 // string passed in must be one that was constructed using AllocateString(),
715 string* DescriptorPool::Tables::AllocateString(const string& value) { function in class:google::protobuf::DescriptorPool::Tables
2411 placeholder_full_name = tables_->AllocateString(name.substr(1));
2413 placeholder_full_name = tables_->AllocateString(name);
2418 placeholder_package = tables_->AllocateString(
2420 placeholder_name = tables_->AllocateString(
2432 tables_->AllocateString(*placeholder_full_name + ".placeholder.proto");
2461 placeholder_value->name_ = tables_->AllocateString("PLACEHOLDER_VALU
[all...]

Completed in 50 milliseconds