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

  /external/protobuf/src/google/protobuf/compiler/
parser.cc 637 bool Parser::ParseOptionNamePart(UninterpretedOption* uninterpreted_option) {
638 UninterpretedOption::NamePart* name = uninterpreted_option->add_name();
667 // Create an entry in the uninterpreted_option field.
669 FindFieldByName("uninterpreted_option");
671 << "No field named \"uninterpreted_option\" in the Options proto.";
673 UninterpretedOption* uninterpreted_option = down_cast<UninterpretedOption*>( local
678 RecordLocation(uninterpreted_option,
681 DO(ParseOptionNamePart(uninterpreted_option));
685 DO(ParseOptionNamePart(uninterpreted_option));
690 RecordLocation(uninterpreted_option,
    [all...]
parser.h 287 bool ParseOptionNamePart(UninterpretedOption* uninterpreted_option);
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 3784 inline const ::google::protobuf::UninterpretedOption& FileOptions::uninterpreted_option(int index) const { function in class:google::protobuf::FileOptions
3794 FileOptions::uninterpreted_option() const { function in class:google::protobuf::FileOptions
3845 inline const ::google::protobuf::UninterpretedOption& MessageOptions::uninterpreted_option(int index) const { function in class:google::protobuf::MessageOptions
3855 MessageOptions::uninterpreted_option() const { function in class:google::protobuf::MessageOptions
3965 inline const ::google::protobuf::UninterpretedOption& FieldOptions::uninterpreted_option(int index) const { function in class:google::protobuf::FieldOptions
3975 FieldOptions::uninterpreted_option() const { function in class:google::protobuf::FieldOptions
3994 inline const ::google::protobuf::UninterpretedOption& EnumOptions::uninterpreted_option(int index) const { function in class:google::protobuf::EnumOptions
4004 EnumOptions::uninterpreted_option() const { function in class:google::protobuf::EnumOptions
4023 inline const ::google::protobuf::UninterpretedOption& EnumValueOptions::uninterpreted_option(int index) const { function in class:google::protobuf::EnumValueOptions
4033 EnumValueOptions::uninterpreted_option() const { function in class:google::protobuf::EnumValueOptions
4052 inline const ::google::protobuf::UninterpretedOption& ServiceOptions::uninterpreted_option(int index) const { function in class:google::protobuf::ServiceOptions
4062 ServiceOptions::uninterpreted_option() const { function in class:google::protobuf::ServiceOptions
4081 inline const ::google::protobuf::UninterpretedOption& MethodOptions::uninterpreted_option(int index) const { function in class:google::protobuf::MethodOptions
4091 MethodOptions::uninterpreted_option() const { function in class:google::protobuf::MethodOptions
    [all...]
descriptor.pb.cc     [all...]
descriptor.cc     [all...]
descriptor_unittest.cc     [all...]

Completed in 202 milliseconds