Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/
Dadd_person.cc18 getline(cin, *person->mutable_name()); in PromptForAddress()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtype.pb.h200 ::std::string* mutable_name();
455 ::std::string* mutable_name();
608 ::std::string* mutable_name();
738 ::std::string* mutable_name();
845 ::std::string* mutable_name();
905 inline ::std::string* Type::mutable_name() { in mutable_name() function
1162 inline ::std::string* Field::mutable_name() { in mutable_name() function
1400 inline ::std::string* Enum::mutable_name() { in mutable_name() function
1560 inline ::std::string* EnumValue::mutable_name() { in mutable_name() function
1652 inline ::std::string* Option::mutable_name() { in mutable_name() function
Dapi.pb.h115 ::std::string* mutable_name();
270 ::std::string* mutable_name();
415 ::std::string* mutable_name();
477 inline ::std::string* Api::mutable_name() { in mutable_name() function
711 inline ::std::string* Method::mutable_name() { in mutable_name() function
919 inline ::std::string* Mixin::mutable_name() { in mutable_name() function
Dtype.pb.cc379 input, this->mutable_name())); in MergePartialFromCodedStream()
758 ::std::string* Type::mutable_name() { in mutable_name() function in google::protobuf::Type
1207 input, this->mutable_name())); in MergePartialFromCodedStream()
1750 ::std::string* Field::mutable_name() { in mutable_name() function in google::protobuf::Field
2061 input, this->mutable_name())); in MergePartialFromCodedStream()
2391 ::std::string* Enum::mutable_name() { in mutable_name() function in google::protobuf::Enum
2616 input, this->mutable_name())); in MergePartialFromCodedStream()
2868 ::std::string* EnumValue::mutable_name() { in mutable_name() function in google::protobuf::EnumValue
3026 input, this->mutable_name())); in MergePartialFromCodedStream()
3239 ::std::string* Option::mutable_name() { in mutable_name() function in google::protobuf::Option
Dapi.pb.cc286 input, this->mutable_name())); in MergePartialFromCodedStream()
706 ::std::string* Api::mutable_name() { in mutable_name() function in google::protobuf::Api
1037 input, this->mutable_name())); in MergePartialFromCodedStream()
1459 ::std::string* Method::mutable_name() { in mutable_name() function in google::protobuf::Method
1731 input, this->mutable_name())); in MergePartialFromCodedStream()
1957 ::std::string* Mixin::mutable_name() { in mutable_name() function in google::protobuf::Mixin
Ddescriptor.pb.h356 ::std::string* mutable_name();
812 ::std::string* mutable_name();
1116 ::std::string* mutable_name();
1326 ::std::string* mutable_name();
1436 ::std::string* mutable_name();
1559 ::std::string* mutable_name();
1679 ::std::string* mutable_name();
1802 ::std::string* mutable_name();
3263 ::google::protobuf::UninterpretedOption_NamePart* mutable_name(int index);
3266 mutable_name();
[all …]
Ddescriptor.pb.cc1319 input, this->mutable_name())); in MergePartialFromCodedStream()
2003 ::std::string* FileDescriptorProto::mutable_name() { in mutable_name() function in google::protobuf::FileDescriptorProto
3178 input, this->mutable_name())); in MergePartialFromCodedStream()
3858 ::std::string* DescriptorProto::mutable_name() { in mutable_name() function in google::protobuf::DescriptorProto
4403 input, this->mutable_name())); in MergePartialFromCodedStream()
5011 ::std::string* FieldDescriptorProto::mutable_name() { in mutable_name() function in google::protobuf::FieldDescriptorProto
5491 input, this->mutable_name())); in MergePartialFromCodedStream()
5739 ::std::string* OneofDescriptorProto::mutable_name() { in mutable_name() function in google::protobuf::OneofDescriptorProto
5907 input, this->mutable_name())); in MergePartialFromCodedStream()
6196 ::std::string* EnumDescriptorProto::mutable_name() { in mutable_name() function in google::protobuf::EnumDescriptorProto
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc659 DO(ConsumeIdentifier(message->mutable_name(), "Expected message name.")); in ParseMessageDefinition()
895 DO(ConsumeIdentifier(field->mutable_name(), "Expected field name.")); in ParseMessageFieldNoLabel()
950 LowerString(field->mutable_name()); in ParseMessageFieldNoLabel()
1622 DO(ConsumeIdentifier(oneof_decl->mutable_name(), "Expected oneof name.")); in ParseOneof()
1691 DO(ConsumeIdentifier(enum_type->mutable_name(), "Expected enum name.")); in ParseEnumDefinition()
1749 DO(ConsumeIdentifier(enum_value->mutable_name(), in ParseEnumConstant()
1809 DO(ConsumeIdentifier(service->mutable_name(), "Expected service name.")); in ParseServiceDefinition()
1865 DO(ConsumeIdentifier(method->mutable_name(), "Expected method name.")); in ParseServiceMethod()
Dplugin.pb.h252 ::std::string* mutable_name();
600 inline ::std::string* CodeGeneratorResponse_File::mutable_name() { in mutable_name() function
Dplugin.pb.cc770 input, this->mutable_name())); in MergePartialFromCodedStream()
1381 ::std::string* CodeGeneratorResponse_File::mutable_name() { in mutable_name() function in google::protobuf::compiler::CodeGeneratorResponse_File
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize.cpp553 SerializeReferenceToPb(symbol.symbol, pb_symbol->mutable_name()); in Visit()