/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | UninterpretedOption.php | 36 private $identifier_value = ''; variable in Google\\Protobuf\\Internal\\UninterpretedOption 123 return $this->identifier_value; 137 $this->identifier_value = $var;
|
/external/rust/crates/protobuf/src/ |
D | descriptor.rs | 7758 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/ |
D | parser.cc | 559 if (option.identifier_value() == "true") { in ValidateEnum() 782 uninterpreted.identifier_value() == "true") { in IsMessageSetWireFormatMessage()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 5630 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()
|
D | descriptor.pb.cc | 13129 …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()
|
D | descriptor.cc | 6850 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()
|
D | descriptor.proto | 717 optional string identifier_value = 3; field
|
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 492 optional string identifier_value = 3; field
|
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 492 optional string identifier_value = 3; field
|
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 492 optional string identifier_value = 3; field
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 586 optional string identifier_value = 3; field
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 663 optional string identifier_value = 3; field
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 704 optional string identifier_value = 3; field
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 717 optional string identifier_value = 3; field
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor.proto | 737 optional string identifier_value = 3; field
|
D | descriptor_sv.proto | 722 optional string identifier_value = 3 [ctype = STRING_PIECE]; field
|