HomeSort by relevance Sort by last modified time
    Searched refs:mutable_name (Results 1 - 6 of 6) sorted by null

  /external/protobuf/examples/
add_person.cc 18 getline(cin, *person->mutable_name());
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 397 DO(ConsumeIdentifier(message->mutable_name(), "Expected message name."));
462 DO(ConsumeIdentifier(field->mutable_name(), "Expected field name."));
489 LowerString(field->mutable_name());
837 DO(ConsumeIdentifier(enum_type->mutable_name(), "Expected enum name."));
874 DO(ConsumeIdentifier(enum_value->mutable_name(),
908 DO(ConsumeIdentifier(service->mutable_name(), "Expected service name."));
946 DO(ConsumeIdentifier(method->mutable_name(), "Expected method name."));
    [all...]
plugin.pb.h 229 inline ::std::string* mutable_name();
546 inline ::std::string* CodeGeneratorResponse_File::mutable_name() { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
plugin.pb.cc 576 input, this->mutable_name()));
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 308 inline ::std::string* mutable_name();
589 inline ::std::string* mutable_name();
2532 inline ::std::string* FileDescriptorProto::mutable_name() { function in class:google::protobuf::FileDescriptorProto
2817 inline ::std::string* DescriptorProto::mutable_name() { function in class:google::protobuf::DescriptorProto
3005 inline ::std::string* FieldDescriptorProto::mutable_name() { function in class:google::protobuf::FieldDescriptorProto
3244 inline ::std::string* EnumDescriptorProto::mutable_name() { function in class:google::protobuf::EnumDescriptorProto
3332 inline ::std::string* EnumValueDescriptorProto::mutable_name() { function in class:google::protobuf::EnumValueDescriptorProto
3411 inline ::std::string* ServiceDescriptorProto::mutable_name() { function in class:google::protobuf::ServiceDescriptorProto
3499 inline ::std::string* MethodDescriptorProto::mutable_name() { function in class:google::protobuf::MethodDescriptorProto
4175 inline ::google::protobuf::UninterpretedOption_NamePart* UninterpretedOption::mutable_name(int index) { function in class:google::protobuf::UninterpretedOption
4186 UninterpretedOption::mutable_name() { function in class:google::protobuf::UninterpretedOption
    [all...]
descriptor.pb.cc     [all...]

Completed in 196 milliseconds