Searched defs:uninterpreted_option (Results 1 - 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc637 bool Parser::ParseOptionNamePart(UninterpretedOption* uninterpreted_option) { argument
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...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc550 const UninterpretedOption& uninterpreted = options.uninterpreted_option(i);
895 bool Parser::ParseOptionNamePart(UninterpretedOption* uninterpreted_option, argument
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
986 uninterpreted_option, DescriptorPool::ErrorCollector::OPTION_NAME);
990 uninterpreted_option->name_size());
991 DO(ParseOptionNamePart(uninterpreted_option, part_locatio
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2371 // Adds the uninterpreted_option to the given options message verbatim.
2374 void AddWithoutInterpreting(const UninterpretedOption& uninterpreted_option,
4259 // Find the uninterpreted_option field in the mutable copy of the options
4262 options->GetDescriptor()->FindFieldByName("uninterpreted_option");
4264 << "No field named \"uninterpreted_option\" in the Options proto.";
4267 // Find the uninterpreted_option field in the original options.
4270 FindFieldByName("uninterpreted_option");
4272 << "No field named \"uninterpreted_option\" in the Options proto.";
4316 if (uninterpreted_option_->name(0).name_part() == "uninterpreted_option") {
4318 "\"uninterpreted_option\"
4488 AddWithoutInterpreting( const UninterpretedOption& uninterpreted_option, Message* options) argument
[all...]
H A Ddescriptor.pb.h1585 // repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
1589 inline const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const;
1593 uninterpreted_option() const;
1717 // repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
1721 inline const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const;
1725 uninterpreted_option() const;
1883 // repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
1887 inline const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const;
1891 uninterpreted_option() const;
1996 // repeated .google.protobuf.UninterpretedOption uninterpreted_option
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...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc2065 // Adds the uninterpreted_option to the given options message verbatim.
2068 void AddWithoutInterpreting(const UninterpretedOption& uninterpreted_option,
3812 // Find the uninterpreted_option field in the mutable copy of the options
3815 options->GetDescriptor()->FindFieldByName("uninterpreted_option");
3817 << "No field named \"uninterpreted_option\" in the Options proto.";
3820 // Find the uninterpreted_option field in the original options.
3823 FindFieldByName("uninterpreted_option");
3825 << "No field named \"uninterpreted_option\" in the Options proto.";
3869 if (uninterpreted_option_->name(0).name_part() == "uninterpreted_option") {
3871 "\"uninterpreted_option\"
4042 AddWithoutInterpreting( const UninterpretedOption& uninterpreted_option, Message* options) argument
[all...]
H A Ddescriptor.pb.h1515 // repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
1519 inline const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const;
1523 uninterpreted_option() const;
1634 // repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
1638 inline const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const;
1642 uninterpreted_option() const;
1788 // repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
1792 inline const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const;
1796 uninterpreted_option() const;
1889 // repeated .google.protobuf.UninterpretedOption uninterpreted_option
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...]

Completed in 111 milliseconds