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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 411 " options { uninterpreted_option: { name { name_part: \"ctype\" "
414 " uninterpreted_option: { name { name_part: \"foo\" "
417 " uninterpreted_option: { name { name_part: \"foo\" "
428 " uninterpreted_option: { name { name_part: \"quux\" "
431 " uninterpreted_option: { name { name_part: \"baz.qux\" "
527 " uninterpreted_option { \n"
631 " uninterpreted_option { "
639 " uninterpreted_option { "
643 " uninterpreted_option { "
741 "uninterpreted_option { name { name_part: \"java_package\"
    [all...]
parser.cc 550 const UninterpretedOption& uninterpreted = options.uninterpreted_option(i);
895 bool Parser::ParseOptionNamePart(UninterpretedOption* uninterpreted_option,
897 UninterpretedOption::NamePart* name = uninterpreted_option->add_name();
961 // Create an entry in the uninterpreted_option field.
963 FindFieldByName("uninterpreted_option");
965 << "No field named \"uninterpreted_option\" in the Options proto.";
977 UninterpretedOption* uninterpreted_option = down_cast<UninterpretedOption*>( local
    [all...]
parser.h 403 bool ParseOptionNamePart(UninterpretedOption* uninterpreted_option,
  /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...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.h 4928 inline const ::google::protobuf::UninterpretedOption& FileOptions::uninterpreted_option(int index) const { function in class:google::protobuf::FileOptions
4938 FileOptions::uninterpreted_option() const { function in class:google::protobuf::FileOptions
5001 inline const ::google::protobuf::UninterpretedOption& MessageOptions::uninterpreted_option(int index) const { function in class:google::protobuf::MessageOptions
5011 MessageOptions::uninterpreted_option() const { function in class:google::protobuf::MessageOptions
5211 inline const ::google::protobuf::UninterpretedOption& FieldOptions::uninterpreted_option(int index) const { function in class:google::protobuf::FieldOptions
5221 FieldOptions::uninterpreted_option() const { function in class:google::protobuf::FieldOptions
5262 inline const ::google::protobuf::UninterpretedOption& EnumOptions::uninterpreted_option(int index) const { function in class:google::protobuf::EnumOptions
5272 EnumOptions::uninterpreted_option() const { function in class:google::protobuf::EnumOptions
5291 inline const ::google::protobuf::UninterpretedOption& EnumValueOptions::uninterpreted_option(int index) const { function in class:google::protobuf::EnumValueOptions
5301 EnumValueOptions::uninterpreted_option() const { function in class:google::protobuf::EnumValueOptions
5320 inline const ::google::protobuf::UninterpretedOption& ServiceOptions::uninterpreted_option(int index) const { function in class:google::protobuf::ServiceOptions
5330 ServiceOptions::uninterpreted_option() const { function in class:google::protobuf::ServiceOptions
5349 inline const ::google::protobuf::UninterpretedOption& MethodOptions::uninterpreted_option(int index) const { function in class:google::protobuf::MethodOptions
5359 MethodOptions::uninterpreted_option() const { function in class:google::protobuf::MethodOptions
    [all...]
descriptor.pb.cc     [all...]
descriptor.cc     [all...]
descriptor_unittest.cc     [all...]

Completed in 66 milliseconds