Home
last modified time | relevance | path

Searched refs:uninterpreted_option (Results 1 - 15 of 15) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc558 " options { uninterpreted_option: { name { name_part: \"ctype\" " in TEST_F()
563 " uninterpreted_option: { name { name_part: \"foo\" " in TEST_F()
566 " uninterpreted_option: { name { name_part: \"foo\" " in TEST_F()
581 " uninterpreted_option: { name { name_part: \"quux\" " in TEST_F()
584 " uninterpreted_option: { name { name_part: " in TEST_F()
776 " uninterpreted_option {" in TEST_F()
827 " uninterpreted_option {" in TEST_F()
867 " uninterpreted_option {" in TEST_F()
880 " uninterpreted_option {" in TEST_F()
893 " uninterpreted_option {" in TEST_F()
[all...]
H A Dparser.cc553 const UninterpretedOption option = proto->options().uninterpreted_option(i); in ValidateEnum()
817 const UninterpretedOption& uninterpreted = options.uninterpreted_option(i); in IsMessageSetWireFormatMessage()
1179 field->options().uninterpreted_option(i); in GenerateMapEntry()
1387 bool Parser::ParseOptionNamePart(UninterpretedOption* uninterpreted_option, in ParseOptionNamePart() argument
1390 UninterpretedOption::NamePart* name = uninterpreted_option->add_name(); in ParseOptionNamePart()
1455 // Create an entry in the uninterpreted_option field. in ParseOption()
1457 options->GetDescriptor()->FindFieldByName("uninterpreted_option"); in ParseOption()
1459 << "No field named \"uninterpreted_option\" in the Options proto."; in ParseOption()
1471 UninterpretedOption* uninterpreted_option = in ParseOption() local
1480 uninterpreted_option, DescriptorPoo in ParseOption()
[all...]
H A Dparser.h485 bool ParseOptionNamePart(UninterpretedOption* uninterpreted_option,
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DExtensionRangeOptions.php21 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
23 private $uninterpreted_option; variable
31 * @type \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option
43 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
48 return $this->uninterpreted_option;
54 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
61 $this->uninterpreted_option = $arr; variable
H A DOneofOptions.php21 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
23 private $uninterpreted_option; variable
31 * @type \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option
43 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
48 return $this->uninterpreted_option;
54 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
61 $this->uninterpreted_option = $arr; variable
H A DServiceOptions.php30 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
32 private $uninterpreted_option; variable
45 * @type \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option
99 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
104 return $this->uninterpreted_option;
110 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
117 $this->uninterpreted_option = $arr; variable
H A DEnumOptions.php37 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
39 private $uninterpreted_option; variable
55 * @type \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option
147 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
152 return $this->uninterpreted_option;
158 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
165 $this->uninterpreted_option = $arr; variable
H A DEnumValueOptions.php30 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
32 private $uninterpreted_option; variable
45 * @type \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option
99 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
104 return $this->uninterpreted_option;
110 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
117 $this->uninterpreted_option = $arr; variable
H A DMethodOptions.php34 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
36 private $uninterpreted_option; variable
50 * @type \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option
136 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
141 return $this->uninterpreted_option;
147 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
154 $this->uninterpreted_option = $arr; variable
H A DMessageOptions.php81 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
83 private $uninterpreted_option; variable
135 * @type \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option
363 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
368 return $this->uninterpreted_option;
374 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
381 $this->uninterpreted_option = $arr; variable
H A DFieldOptions.php99 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
101 private $uninterpreted_option; variable
163 * @type \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option
475 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
480 return $this->uninterpreted_option;
486 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
493 $this->uninterpreted_option = $arr; variable
H A DFileOptions.php178 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
180 private $uninterpreted_option; variable
268 * @type \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option
1074 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
1079 return $this->uninterpreted_option;
1086 * Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
1093 $this->uninterpreted_option = $arr; variable
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1695 // repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
1708 const PROTOBUF_NAMESPACE_ID::UninterpretedOption& uninterpreted_option(int index) const;
1711 uninterpreted_option() const;
3557 // repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
3570 const PROTOBUF_NAMESPACE_ID::UninterpretedOption& uninterpreted_option(int index) const;
3573 uninterpreted_option() const;
4068 // repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
4081 const PROTOBUF_NAMESPACE_ID::UninterpretedOption& uninterpreted_option(int index) const;
4084 uninterpreted_option() const;
4351 // repeated .google.protobuf.UninterpretedOption uninterpreted_option
8093 inline const PROTOBUF_NAMESPACE_ID::UninterpretedOption& ExtensionRangeOptions::uninterpreted_option(int index) const { uninterpreted_option() function in ExtensionRangeOptions
8105 ExtensionRangeOptions::uninterpreted_option() const { uninterpreted_option() function in ExtensionRangeOptions
11044 inline const PROTOBUF_NAMESPACE_ID::UninterpretedOption& FileOptions::uninterpreted_option(int index) const { uninterpreted_option() function in FileOptions
11056 FileOptions::uninterpreted_option() const { uninterpreted_option() function in FileOptions
11199 inline const PROTOBUF_NAMESPACE_ID::UninterpretedOption& MessageOptions::uninterpreted_option(int index) const { uninterpreted_option() function in MessageOptions
11211 MessageOptions::uninterpreted_option() const { uninterpreted_option() function in MessageOptions
11412 inline const PROTOBUF_NAMESPACE_ID::UninterpretedOption& FieldOptions::uninterpreted_option(int index) const { uninterpreted_option() function in FieldOptions
11424 FieldOptions::uninterpreted_option() const { uninterpreted_option() function in FieldOptions
11455 inline const PROTOBUF_NAMESPACE_ID::UninterpretedOption& OneofOptions::uninterpreted_option(int index) const { uninterpreted_option() function in OneofOptions
11467 OneofOptions::uninterpreted_option() const { uninterpreted_option() function in OneofOptions
11554 inline const PROTOBUF_NAMESPACE_ID::UninterpretedOption& EnumOptions::uninterpreted_option(int index) const { uninterpreted_option() function in EnumOptions
11566 EnumOptions::uninterpreted_option() const { uninterpreted_option() function in EnumOptions
11625 inline const PROTOBUF_NAMESPACE_ID::UninterpretedOption& EnumValueOptions::uninterpreted_option(int index) const { uninterpreted_option() function in EnumValueOptions
11637 EnumValueOptions::uninterpreted_option() const { uninterpreted_option() function in EnumValueOptions
11696 inline const PROTOBUF_NAMESPACE_ID::UninterpretedOption& ServiceOptions::uninterpreted_option(int index) const { uninterpreted_option() function in ServiceOptions
11708 ServiceOptions::uninterpreted_option() const { uninterpreted_option() function in ServiceOptions
11796 inline const PROTOBUF_NAMESPACE_ID::UninterpretedOption& MethodOptions::uninterpreted_option(int index) const { uninterpreted_option() function in MethodOptions
11808 MethodOptions::uninterpreted_option() const { uninterpreted_option() function in MethodOptions
[all...]
H A Ddescriptor.cc3408 // Adds the uninterpreted_option to the given options message verbatim.
3411 void AddWithoutInterpreting(const UninterpretedOption& uninterpreted_option,
6415 // Find the uninterpreted_option field in the mutable copy of the options in InterpretOptions()
6418 options->GetDescriptor()->FindFieldByName("uninterpreted_option"); in InterpretOptions()
6420 << "No field named \"uninterpreted_option\" in the Options proto."; in InterpretOptions()
6426 // Find the uninterpreted_option field in the original options. in InterpretOptions()
6429 "uninterpreted_option"); in InterpretOptions()
6431 << "No field named \"uninterpreted_option\" in the Options proto."; in InterpretOptions()
6498 if (uninterpreted_option_->name(0).name_part() == "uninterpreted_option") { in InterpretSingleOption()
6501 "\"uninterpreted_option\" in InterpretSingleOption()
6792 AddWithoutInterpreting( const UninterpretedOption& uninterpreted_option, Message* options) AddWithoutInterpreting() argument
[all...]
H A Ddescriptor_unittest.cc2702 " uninterpreted_option {" in SetUp()
2838 qux_field_->options().uninterpreted_option(0); in TEST_P()
2884 " uninterpreted_option { " in TEST_P()
2891 " uninterpreted_option { " in TEST_P()
2898 " uninterpreted_option { " in TEST_P()
3160 " uninterpreted_option { " in TEST()
3169 " uninterpreted_option { " in TEST()
3178 " uninterpreted_option { " in TEST()
3229 " uninterpreted_option { " in TEST()
3240 " uninterpreted_option { " in TEST()
[all...]

Completed in 51 milliseconds