UninterpretedOption  550 third_party/protobuf/src/google/protobuf/compiler/parser.cc     const UninterpretedOption& uninterpreted = options.uninterpreted_option(i);
UninterpretedOption  895 third_party/protobuf/src/google/protobuf/compiler/parser.cc bool Parser::ParseOptionNamePart(UninterpretedOption* uninterpreted_option,
UninterpretedOption  897 third_party/protobuf/src/google/protobuf/compiler/parser.cc   UninterpretedOption::NamePart* name = uninterpreted_option->add_name();
UninterpretedOption  904 third_party/protobuf/src/google/protobuf/compiler/parser.cc           part_location, UninterpretedOption::NamePart::kNamePartFieldNumber);
UninterpretedOption  923 third_party/protobuf/src/google/protobuf/compiler/parser.cc         part_location, UninterpretedOption::NamePart::kNamePartFieldNumber);
UninterpretedOption  977 third_party/protobuf/src/google/protobuf/compiler/parser.cc   UninterpretedOption* uninterpreted_option = down_cast<UninterpretedOption*>(
UninterpretedOption  984 third_party/protobuf/src/google/protobuf/compiler/parser.cc                                    UninterpretedOption::kNameFieldNumber);
UninterpretedOption 1024 third_party/protobuf/src/google/protobuf/compiler/parser.cc             UninterpretedOption::kIdentifierValueFieldNumber);
UninterpretedOption 1042 third_party/protobuf/src/google/protobuf/compiler/parser.cc               UninterpretedOption::kNegativeIntValueFieldNumber);
UninterpretedOption 1047 third_party/protobuf/src/google/protobuf/compiler/parser.cc               UninterpretedOption::kPositiveIntValueFieldNumber);
UninterpretedOption 1054 third_party/protobuf/src/google/protobuf/compiler/parser.cc         value_location.AddPath(UninterpretedOption::kDoubleValueFieldNumber);
UninterpretedOption 1062 third_party/protobuf/src/google/protobuf/compiler/parser.cc         value_location.AddPath(UninterpretedOption::kStringValueFieldNumber);
UninterpretedOption 1076 third_party/protobuf/src/google/protobuf/compiler/parser.cc               UninterpretedOption::kAggregateValueFieldNumber);
UninterpretedOption  403 third_party/protobuf/src/google/protobuf/compiler/parser.h   bool ParseOptionNamePart(UninterpretedOption* uninterpreted_option,
UninterpretedOption 2043 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const UninterpretedOption& option1 = file_.options().uninterpreted_option(0);
UninterpretedOption 2044 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const UninterpretedOption& option2 = file_.options().uninterpreted_option(1);
UninterpretedOption 2045 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const UninterpretedOption& option3 = file_.options().uninterpreted_option(2);
UninterpretedOption 2046 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const UninterpretedOption& option4 = file_.options().uninterpreted_option(3);
UninterpretedOption 2047 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const UninterpretedOption& option5 = file_.options().uninterpreted_option(4);
UninterpretedOption 2048 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const UninterpretedOption& option6 = file_.options().uninterpreted_option(5);
UninterpretedOption 2185 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const UninterpretedOption& option1 = field.options().uninterpreted_option(0);
UninterpretedOption 2186 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const UninterpretedOption& option2 = field.options().uninterpreted_option(1);
UninterpretedOption 2223 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const UninterpretedOption& option1 = value.options().uninterpreted_option(0);
UninterpretedOption 2224 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const UninterpretedOption& option2 = value.options().uninterpreted_option(1);
UninterpretedOption 2307 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const UninterpretedOption& baz = file_.options().uninterpreted_option(0);
UninterpretedOption 2374 third_party/protobuf/src/google/protobuf/descriptor.cc     void AddWithoutInterpreting(const UninterpretedOption& uninterpreted_option,
UninterpretedOption 2440 third_party/protobuf/src/google/protobuf/descriptor.cc     const UninterpretedOption* uninterpreted_option_;
UninterpretedOption 4278 third_party/protobuf/src/google/protobuf/descriptor.cc     uninterpreted_option_ = down_cast<const UninterpretedOption*>(
UninterpretedOption 4490 third_party/protobuf/src/google/protobuf/descriptor.cc     const UninterpretedOption& uninterpreted_option, Message* options) {
UninterpretedOption   95 third_party/protobuf/src/google/protobuf/descriptor.h class UninterpretedOption;
UninterpretedOption  396 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UninterpretedOption, name_),
UninterpretedOption  397 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UninterpretedOption, identifier_value_),
UninterpretedOption  398 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UninterpretedOption, positive_int_value_),
UninterpretedOption  399 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UninterpretedOption, negative_int_value_),
UninterpretedOption  400 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UninterpretedOption, double_value_),
UninterpretedOption  401 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UninterpretedOption, string_value_),
UninterpretedOption  402 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UninterpretedOption, aggregate_value_),
UninterpretedOption  407 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       UninterpretedOption::default_instance_,
UninterpretedOption  409 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UninterpretedOption, _has_bits_[0]),
UninterpretedOption  410 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UninterpretedOption, _unknown_fields_),
UninterpretedOption  414 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       sizeof(UninterpretedOption));
UninterpretedOption  509 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     UninterpretedOption_descriptor_, &UninterpretedOption::default_instance());
UninterpretedOption  553 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   delete UninterpretedOption::default_instance_;
UninterpretedOption  693 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   UninterpretedOption::default_instance_ = new UninterpretedOption();
UninterpretedOption  713 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   UninterpretedOption::default_instance_->InitAsDefaultInstance();
UninterpretedOption 7075 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int UninterpretedOption::kNameFieldNumber;
UninterpretedOption 7076 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int UninterpretedOption::kIdentifierValueFieldNumber;
UninterpretedOption 7077 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int UninterpretedOption::kPositiveIntValueFieldNumber;
UninterpretedOption 7078 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int UninterpretedOption::kNegativeIntValueFieldNumber;
UninterpretedOption 7079 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int UninterpretedOption::kDoubleValueFieldNumber;
UninterpretedOption 7080 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int UninterpretedOption::kStringValueFieldNumber;
UninterpretedOption 7081 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int UninterpretedOption::kAggregateValueFieldNumber;
UninterpretedOption 7084 third_party/protobuf/src/google/protobuf/descriptor.pb.cc UninterpretedOption::UninterpretedOption()
UninterpretedOption 7089 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption::InitAsDefaultInstance() {
UninterpretedOption 7092 third_party/protobuf/src/google/protobuf/descriptor.pb.cc UninterpretedOption::UninterpretedOption(const UninterpretedOption& from)
UninterpretedOption 7098 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption::SharedCtor() {
UninterpretedOption 7109 third_party/protobuf/src/google/protobuf/descriptor.pb.cc UninterpretedOption::~UninterpretedOption() {
UninterpretedOption 7113 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption::SharedDtor() {
UninterpretedOption 7127 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption::SetCachedSize(int size) const {
UninterpretedOption 7132 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* UninterpretedOption::descriptor() {
UninterpretedOption 7137 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const UninterpretedOption& UninterpretedOption::default_instance() {
UninterpretedOption 7142 third_party/protobuf/src/google/protobuf/descriptor.pb.cc UninterpretedOption* UninterpretedOption::default_instance_ = NULL;
UninterpretedOption 7144 third_party/protobuf/src/google/protobuf/descriptor.pb.cc UninterpretedOption* UninterpretedOption::New() const {
UninterpretedOption 7145 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   return new UninterpretedOption;
UninterpretedOption 7148 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption::Clear() {
UninterpretedOption 7174 third_party/protobuf/src/google/protobuf/descriptor.pb.cc bool UninterpretedOption::MergePartialFromCodedStream(
UninterpretedOption 7307 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption::SerializeWithCachedSizes(
UninterpretedOption 7360 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::uint8* UninterpretedOption::SerializeWithCachedSizesToArray(
UninterpretedOption 7418 third_party/protobuf/src/google/protobuf/descriptor.pb.cc int UninterpretedOption::ByteSize() const {
UninterpretedOption 7482 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption::MergeFrom(const ::google::protobuf::Message& from) {
UninterpretedOption 7484 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   const UninterpretedOption* source =
UninterpretedOption 7485 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::internal::dynamic_cast_if_available<const UninterpretedOption*>(
UninterpretedOption 7494 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption::MergeFrom(const UninterpretedOption& from) {
UninterpretedOption 7520 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption::CopyFrom(const ::google::protobuf::Message& from) {
UninterpretedOption 7526 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption::CopyFrom(const UninterpretedOption& from) {
UninterpretedOption 7532 third_party/protobuf/src/google/protobuf/descriptor.pb.cc bool UninterpretedOption::IsInitialized() const {
UninterpretedOption 7540 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption::Swap(UninterpretedOption* other) {
UninterpretedOption 7555 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::Metadata UninterpretedOption::GetMetadata() const {
UninterpretedOption   54 third_party/protobuf/src/google/protobuf/descriptor.pb.h class UninterpretedOption;
UninterpretedOption 1589 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const;
UninterpretedOption 1590 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::UninterpretedOption* mutable_uninterpreted_option(int index);
UninterpretedOption 1591 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::UninterpretedOption* add_uninterpreted_option();
UninterpretedOption 1592 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >&
UninterpretedOption 1594 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >*
UninterpretedOption 1633 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_;
UninterpretedOption 1721 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const;
UninterpretedOption 1722 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::UninterpretedOption* mutable_uninterpreted_option(int index);
UninterpretedOption 1723 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::UninterpretedOption* add_uninterpreted_option();
UninterpretedOption 1724 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >&
UninterpretedOption 1726 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >*
UninterpretedOption 1741 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_;
UninterpretedOption 1887 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const;
UninterpretedOption 1888 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::UninterpretedOption* mutable_uninterpreted_option(int index);
UninterpretedOption 1889 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::UninterpretedOption* add_uninterpreted_option();
UninterpretedOption 1890 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >&
UninterpretedOption 1892 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >*
UninterpretedOption 1921 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_;
UninterpretedOption 2000 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const;
UninterpretedOption 2001 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::UninterpretedOption* mutable_uninterpreted_option(int index);
UninterpretedOption 2002 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::UninterpretedOption* add_uninterpreted_option();
UninterpretedOption 2003 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >&
UninterpretedOption 2005 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >*
UninterpretedOption 2018 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_;
UninterpretedOption 2091 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const;
UninterpretedOption 2092 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::UninterpretedOption* mutable_uninterpreted_option(int index);
UninterpretedOption 2093 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::UninterpretedOption* add_uninterpreted_option();
UninterpretedOption 2094 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >&
UninterpretedOption 2096 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >*
UninterpretedOption 2107 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_;
UninterpretedOption 2179 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const;
UninterpretedOption 2180 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::UninterpretedOption* mutable_uninterpreted_option(int index);
UninterpretedOption 2181 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::UninterpretedOption* add_uninterpreted_option();
UninterpretedOption 2182 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >&
UninterpretedOption 2184 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >*
UninterpretedOption 2195 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_;
UninterpretedOption 2267 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const;
UninterpretedOption 2268 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::UninterpretedOption* mutable_uninterpreted_option(int index);
UninterpretedOption 2269 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::UninterpretedOption* add_uninterpreted_option();
UninterpretedOption 2270 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >&
UninterpretedOption 2272 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >*
UninterpretedOption 2283 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_;
UninterpretedOption 2394 third_party/protobuf/src/google/protobuf/descriptor.pb.h class LIBPROTOBUF_EXPORT UninterpretedOption : public ::google::protobuf::Message {
UninterpretedOption 2396 third_party/protobuf/src/google/protobuf/descriptor.pb.h   UninterpretedOption();
UninterpretedOption 2397 third_party/protobuf/src/google/protobuf/descriptor.pb.h   virtual ~UninterpretedOption();
UninterpretedOption 2399 third_party/protobuf/src/google/protobuf/descriptor.pb.h   UninterpretedOption(const UninterpretedOption& from);
UninterpretedOption 2401 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline UninterpretedOption& operator=(const UninterpretedOption& from) {
UninterpretedOption 2415 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static const UninterpretedOption& default_instance();
UninterpretedOption 2417 third_party/protobuf/src/google/protobuf/descriptor.pb.h   void Swap(UninterpretedOption* other);
UninterpretedOption 2421 third_party/protobuf/src/google/protobuf/descriptor.pb.h   UninterpretedOption* New() const;
UninterpretedOption 2424 third_party/protobuf/src/google/protobuf/descriptor.pb.h   void CopyFrom(const UninterpretedOption& from);
UninterpretedOption 2425 third_party/protobuf/src/google/protobuf/descriptor.pb.h   void MergeFrom(const UninterpretedOption& from);
UninterpretedOption 2552 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static UninterpretedOption* default_instance_;
UninterpretedOption 4928 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::UninterpretedOption& FileOptions::uninterpreted_option(int index) const {
UninterpretedOption 4931 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::UninterpretedOption* FileOptions::mutable_uninterpreted_option(int index) {
UninterpretedOption 4934 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::UninterpretedOption* FileOptions::add_uninterpreted_option() {
UninterpretedOption 4937 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >&
UninterpretedOption 4941 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >*
UninterpretedOption 5001 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::UninterpretedOption& MessageOptions::uninterpreted_option(int index) const {
UninterpretedOption 5004 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::UninterpretedOption* MessageOptions::mutable_uninterpreted_option(int index) {
UninterpretedOption 5007 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::UninterpretedOption* MessageOptions::add_uninterpreted_option() {
UninterpretedOption 5010 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >&
UninterpretedOption 5014 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >*
UninterpretedOption 5211 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::UninterpretedOption& FieldOptions::uninterpreted_option(int index) const {
UninterpretedOption 5214 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::UninterpretedOption* FieldOptions::mutable_uninterpreted_option(int index) {
UninterpretedOption 5217 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::UninterpretedOption* FieldOptions::add_uninterpreted_option() {
UninterpretedOption 5220 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >&
UninterpretedOption 5224 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >*
UninterpretedOption 5262 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::UninterpretedOption& EnumOptions::uninterpreted_option(int index) const {
UninterpretedOption 5265 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::UninterpretedOption* EnumOptions::mutable_uninterpreted_option(int index) {
UninterpretedOption 5268 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::UninterpretedOption* EnumOptions::add_uninterpreted_option() {
UninterpretedOption 5271 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >&
UninterpretedOption 5275 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >*
UninterpretedOption 5291 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::UninterpretedOption& EnumValueOptions::uninterpreted_option(int index) const {
UninterpretedOption 5294 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::UninterpretedOption* EnumValueOptions::mutable_uninterpreted_option(int index) {
UninterpretedOption 5297 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::UninterpretedOption* EnumValueOptions::add_uninterpreted_option() {
UninterpretedOption 5300 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >&
UninterpretedOption 5304 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >*
UninterpretedOption 5320 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::UninterpretedOption& ServiceOptions::uninterpreted_option(int index) const {
UninterpretedOption 5323 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::UninterpretedOption* ServiceOptions::mutable_uninterpreted_option(int index) {
UninterpretedOption 5326 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::UninterpretedOption* ServiceOptions::add_uninterpreted_option() {
UninterpretedOption 5329 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >&
UninterpretedOption 5333 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >*
UninterpretedOption 5349 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::UninterpretedOption& MethodOptions::uninterpreted_option(int index) const {
UninterpretedOption 5352 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::UninterpretedOption* MethodOptions::mutable_uninterpreted_option(int index) {
UninterpretedOption 5355 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::UninterpretedOption* MethodOptions::add_uninterpreted_option() {
UninterpretedOption 5358 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >&
UninterpretedOption 5362 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >*
UninterpretedOption 5468 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline int UninterpretedOption::name_size() const {
UninterpretedOption 5471 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::clear_name() {
UninterpretedOption 5474 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::UninterpretedOption_NamePart& UninterpretedOption::name(int index) const {
UninterpretedOption 5477 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::UninterpretedOption_NamePart* UninterpretedOption::mutable_name(int index) {
UninterpretedOption 5480 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::UninterpretedOption_NamePart* UninterpretedOption::add_name() {
UninterpretedOption 5484 third_party/protobuf/src/google/protobuf/descriptor.pb.h UninterpretedOption::name() const {
UninterpretedOption 5488 third_party/protobuf/src/google/protobuf/descriptor.pb.h UninterpretedOption::mutable_name() {
UninterpretedOption 5493 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline bool UninterpretedOption::has_identifier_value() const {
UninterpretedOption 5496 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_has_identifier_value() {
UninterpretedOption 5499 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::clear_has_identifier_value() {
UninterpretedOption 5502 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::clear_identifier_value() {
UninterpretedOption 5508 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::std::string& UninterpretedOption::identifier_value() const {
UninterpretedOption 5511 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_identifier_value(const ::std::string& value) {
UninterpretedOption 5518 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_identifier_value(const char* value) {
UninterpretedOption 5525 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_identifier_value(const char* value, size_t size) {
UninterpretedOption 5532 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::std::string* UninterpretedOption::mutable_identifier_value() {
UninterpretedOption 5539 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::std::string* UninterpretedOption::release_identifier_value() {
UninterpretedOption 5549 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_allocated_identifier_value(::std::string* identifier_value) {
UninterpretedOption 5563 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline bool UninterpretedOption::has_positive_int_value() const {
UninterpretedOption 5566 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_has_positive_int_value() {
UninterpretedOption 5569 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::clear_has_positive_int_value() {
UninterpretedOption 5572 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::clear_positive_int_value() {
UninterpretedOption 5576 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::uint64 UninterpretedOption::positive_int_value() const {
UninterpretedOption 5579 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_positive_int_value(::google::protobuf::uint64 value) {
UninterpretedOption 5585 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline bool UninterpretedOption::has_negative_int_value() const {
UninterpretedOption 5588 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_has_negative_int_value() {
UninterpretedOption 5591 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::clear_has_negative_int_value() {
UninterpretedOption 5594 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::clear_negative_int_value() {
UninterpretedOption 5598 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::int64 UninterpretedOption::negative_int_value() const {
UninterpretedOption 5601 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_negative_int_value(::google::protobuf::int64 value) {
UninterpretedOption 5607 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline bool UninterpretedOption::has_double_value() const {
UninterpretedOption 5610 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_has_double_value() {
UninterpretedOption 5613 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::clear_has_double_value() {
UninterpretedOption 5616 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::clear_double_value() {
UninterpretedOption 5620 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline double UninterpretedOption::double_value() const {
UninterpretedOption 5623 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_double_value(double value) {
UninterpretedOption 5629 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline bool UninterpretedOption::has_string_value() const {
UninterpretedOption 5632 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_has_string_value() {
UninterpretedOption 5635 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::clear_has_string_value() {
UninterpretedOption 5638 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::clear_string_value() {
UninterpretedOption 5644 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::std::string& UninterpretedOption::string_value() const {
UninterpretedOption 5647 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_string_value(const ::std::string& value) {
UninterpretedOption 5654 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_string_value(const char* value) {
UninterpretedOption 5661 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_string_value(const void* value, size_t size) {
UninterpretedOption 5668 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::std::string* UninterpretedOption::mutable_string_value() {
UninterpretedOption 5675 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::std::string* UninterpretedOption::release_string_value() {
UninterpretedOption 5685 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_allocated_string_value(::std::string* string_value) {
UninterpretedOption 5699 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline bool UninterpretedOption::has_aggregate_value() const {
UninterpretedOption 5702 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_has_aggregate_value() {
UninterpretedOption 5705 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::clear_has_aggregate_value() {
UninterpretedOption 5708 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::clear_aggregate_value() {
UninterpretedOption 5714 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::std::string& UninterpretedOption::aggregate_value() const {
UninterpretedOption 5717 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_aggregate_value(const ::std::string& value) {
UninterpretedOption 5724 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_aggregate_value(const char* value) {
UninterpretedOption 5731 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_aggregate_value(const char* value, size_t size) {
UninterpretedOption 5738 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::std::string* UninterpretedOption::mutable_aggregate_value() {
UninterpretedOption 5745 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::std::string* UninterpretedOption::release_aggregate_value() {
UninterpretedOption 5755 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_allocated_aggregate_value(::std::string* aggregate_value) {
UninterpretedOption 1972 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const UninterpretedOption& option =