AllocateString 426 third_party/protobuf/src/google/protobuf/descriptor.cc string* AllocateString(const string& value); AllocateString 2746 third_party/protobuf/src/google/protobuf/descriptor.cc placeholder_full_name = tables_->AllocateString(name.substr(1)); AllocateString 2748 third_party/protobuf/src/google/protobuf/descriptor.cc placeholder_full_name = tables_->AllocateString(name); AllocateString 2753 third_party/protobuf/src/google/protobuf/descriptor.cc placeholder_package = tables_->AllocateString( AllocateString 2755 third_party/protobuf/src/google/protobuf/descriptor.cc placeholder_name = tables_->AllocateString( AllocateString 2769 third_party/protobuf/src/google/protobuf/descriptor.cc tables_->AllocateString(*placeholder_full_name + ".placeholder.proto"); AllocateString 2798 third_party/protobuf/src/google/protobuf/descriptor.cc placeholder_value->name_ = tables_->AllocateString("PLACEHOLDER_VALUE"); AllocateString 2802 third_party/protobuf/src/google/protobuf/descriptor.cc tables_->AllocateString(*placeholder_package + ".PLACEHOLDER_VALUE"); AllocateString 2843 third_party/protobuf/src/google/protobuf/descriptor.cc placeholder->name_ = tables_->AllocateString(name); AllocateString 2901 third_party/protobuf/src/google/protobuf/descriptor.cc string* parent_name = tables_->AllocateString(name.substr(0, dot_pos)); AllocateString 3102 third_party/protobuf/src/google/protobuf/descriptor.cc result->name_ = tables_->AllocateString(proto.name()); AllocateString 3104 third_party/protobuf/src/google/protobuf/descriptor.cc result->package_ = tables_->AllocateString(proto.package()); AllocateString 3110 third_party/protobuf/src/google/protobuf/descriptor.cc result->package_ = tables_->AllocateString(""); AllocateString 3254 third_party/protobuf/src/google/protobuf/descriptor.cc string* full_name = tables_->AllocateString(scope); AllocateString 3260 third_party/protobuf/src/google/protobuf/descriptor.cc result->name_ = tables_->AllocateString(proto.name()); AllocateString 3322 third_party/protobuf/src/google/protobuf/descriptor.cc string* full_name = tables_->AllocateString(scope); AllocateString 3328 third_party/protobuf/src/google/protobuf/descriptor.cc result->name_ = tables_->AllocateString(proto.name()); AllocateString 3342 third_party/protobuf/src/google/protobuf/descriptor.cc result->lowercase_name_ = tables_->AllocateString(lowercase_name); AllocateString 3348 third_party/protobuf/src/google/protobuf/descriptor.cc result->camelcase_name_ = tables_->AllocateString(ToCamelCase(proto.name())); AllocateString 3432 third_party/protobuf/src/google/protobuf/descriptor.cc result->default_value_string_ = tables_->AllocateString( AllocateString 3436 third_party/protobuf/src/google/protobuf/descriptor.cc tables_->AllocateString(proto.default_value()); AllocateString 3577 third_party/protobuf/src/google/protobuf/descriptor.cc string* full_name = tables_->AllocateString(scope); AllocateString 3583 third_party/protobuf/src/google/protobuf/descriptor.cc result->name_ = tables_->AllocateString(proto.name()); AllocateString 3614 third_party/protobuf/src/google/protobuf/descriptor.cc result->name_ = tables_->AllocateString(proto.name()); AllocateString 3620 third_party/protobuf/src/google/protobuf/descriptor.cc string* full_name = tables_->AllocateString(*parent->full_name_); AllocateString 3682 third_party/protobuf/src/google/protobuf/descriptor.cc string* full_name = tables_->AllocateString(file_->package()); AllocateString 3688 third_party/protobuf/src/google/protobuf/descriptor.cc result->name_ = tables_->AllocateString(proto.name()); AllocateString 3708 third_party/protobuf/src/google/protobuf/descriptor.cc result->name_ = tables_->AllocateString(proto.name()); AllocateString 3711 third_party/protobuf/src/google/protobuf/descriptor.cc string* full_name = tables_->AllocateString(parent->full_name());