Searched defs:uninterpreted_option (Results 1 - 3 of 3) 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/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 239 milliseconds