Home
last modified time | relevance | path

Searched refs:identifier_value (Results 1 – 16 of 16) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DUninterpretedOption.php36 private $identifier_value = ''; variable in Google\\Protobuf\\Internal\\UninterpretedOption
123 return $this->identifier_value;
137 $this->identifier_value = $var;
/external/rust/crates/protobuf/src/
Ddescriptor.rs7758 identifier_value: crate::SingularField<::std::string::String>, field
7811 match self.identifier_value.as_ref() { in get_identifier_value()
7817 self.identifier_value.clear(); in clear_identifier_value()
7821 self.identifier_value.is_some() in has_identifier_value()
7826 self.identifier_value = crate::SingularField::some(v); in set_identifier_value()
7832 if self.identifier_value.is_none() { in mut_identifier_value()
7833 self.identifier_value.set_default(); in mut_identifier_value()
7835 self.identifier_value.as_mut().unwrap() in mut_identifier_value()
7840 self.identifier_value.take().unwrap_or_else(|| ::std::string::String::new()) in take_identifier_value()
7991 … crate::rt::read_singular_string_into(wire_type, is, &mut self.identifier_value)?; in merge_from()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc559 if (option.identifier_value() == "true") { in ValidateEnum()
782 uninterpreted.identifier_value() == "true") { in IsMessageSetWireFormatMessage()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h5630 const std::string& identifier_value() const;
5637 void set_allocated_identifier_value(std::string* identifier_value);
5646 std::string* identifier_value);
11121 inline const std::string& UninterpretedOption::identifier_value() const { in identifier_value() function
11163 inline void UninterpretedOption::set_allocated_identifier_value(std::string* identifier_value) { in set_allocated_identifier_value() argument
11164 if (identifier_value != nullptr) { in set_allocated_identifier_value()
11169 …_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), identifier_value, in set_allocated_identifier_value()
11181 std::string* identifier_value) { in unsafe_arena_set_allocated_identifier_value() argument
11183 if (identifier_value != nullptr) { in unsafe_arena_set_allocated_identifier_value()
11189 identifier_value, GetArenaNoVirtual()); in unsafe_arena_set_allocated_identifier_value()
Ddescriptor.pb.cc13129 …ue_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.identifier_value(), in UninterpretedOption()
13328 this->identifier_value().data(), static_cast<int>(this->identifier_value().length()), in MergePartialFromCodedStream()
13442 this->identifier_value().data(), static_cast<int>(this->identifier_value().length()), in SerializeWithCachedSizes()
13446 3, this->identifier_value(), output); in SerializeWithCachedSizes()
13505 this->identifier_value().data(), static_cast<int>(this->identifier_value().length()), in InternalSerializeWithCachedSizesToArray()
13510 3, this->identifier_value(), target); in InternalSerializeWithCachedSizesToArray()
13584 this->identifier_value()); in ByteSizeLong()
13652 set_identifier_value(from.identifier_value()); in MergeFrom()
Ddescriptor.cc6850 if (uninterpreted_option_->identifier_value() == "true") { in SetOptionValue()
6852 } else if (uninterpreted_option_->identifier_value() == "false") { in SetOptionValue()
6871 const std::string& value_name = uninterpreted_option_->identifier_value(); in SetOptionValue()
Ddescriptor.proto717 optional string identifier_value = 3; field
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto492 optional string identifier_value = 3; field
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto492 optional string identifier_value = 3; field
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto492 optional string identifier_value = 3; field
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto586 optional string identifier_value = 3; field
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto663 optional string identifier_value = 3; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto704 optional string identifier_value = 3; field
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto717 optional string identifier_value = 3; field
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto737 optional string identifier_value = 3; field
Ddescriptor_sv.proto722 optional string identifier_value = 3 [ctype = STRING_PIECE]; field