Home
last modified time | relevance | path

Searched refs:identifier_value (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DUninterpretedOption.php33 * Generated from protobuf field <code>optional string identifier_value = 3;</code>
35 protected $identifier_value = null; variable
64 * @type string $identifier_value
105 * Generated from protobuf field <code>optional string identifier_value = 3;</code>
110 return isset($this->identifier_value) ? $this->identifier_value : '';
115 return isset($this->identifier_value);
120 unset($this->identifier_value);
127 * Generated from protobuf field <code>optional string identifier_value = 3;</code>
134 $this->identifier_value variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc560 if (option.identifier_value() == "true") { in ValidateEnum()
820 uninterpreted.identifier_value() == "true") { in IsMessageSetWireFormatMessage()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h5698 // optional string identifier_value = 3;
5704 const std::string& identifier_value() const;
5711 void set_allocated_identifier_value(std::string* identifier_value);
11962 // optional string identifier_value = 3;
11974 inline const std::string& UninterpretedOption::identifier_value() const { in identifier_value() function in UninterpretedOption
11975 // @@protoc_insertion_point(field_get:google.protobuf.UninterpretedOption.identifier_value) in identifier_value()
11980 // @@protoc_insertion_point(field_set:google.protobuf.UninterpretedOption.identifier_value) in set_identifier_value()
11983 // @@protoc_insertion_point(field_mutable:google.protobuf.UninterpretedOption.identifier_value) in mutable_identifier_value()
11997 // @@protoc_insertion_point(field_set_rvalue:google.protobuf.UninterpretedOption.identifier_value) in set_identifier_value()
12004 // @@protoc_insertion_point(field_set_char:google.protobuf.UninterpretedOption.identifier_value) in set_identifier_value()
12025 set_allocated_identifier_value(std::string* identifier_value) set_allocated_identifier_value() argument
12031 identifier_value_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), identifier_value, set_allocated_identifier_value() local
[all...]
H A Ddescriptor.cc6989 if (uninterpreted_option_->identifier_value() == "true") { in SetOptionValue()
6991 } else if (uninterpreted_option_->identifier_value() == "false") { in SetOptionValue()
7010 const std::string& value_name = uninterpreted_option_->identifier_value(); in SetOptionValue()

Completed in 37 milliseconds