Searched refs:identifier_value (Results 1 – 11 of 11) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 473 if (option.identifier_value() == "true") { in ValidateEnum() 675 uninterpreted.identifier_value() == "true") { in IsMessageSetWireFormatMessage()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 12604 this->identifier_value().data(), this->identifier_value().length(), in MergePartialFromCodedStream() 12723 this->identifier_value().data(), this->identifier_value().length(), in SerializeWithCachedSizes() 12727 3, this->identifier_value(), output); in SerializeWithCachedSizes() 12781 this->identifier_value().data(), this->identifier_value().length(), in SerializeWithCachedSizesToArray() 12786 3, this->identifier_value(), target); in SerializeWithCachedSizesToArray() 12839 this->identifier_value()); in ByteSize() 13116 const ::std::string& UninterpretedOption::identifier_value() const { in identifier_value() function in google::protobuf::UninterpretedOption 13146 void UninterpretedOption::set_allocated_identifier_value(::std::string* identifier_value) { in set_allocated_identifier_value() argument 13147 if (identifier_value != NULL) { in set_allocated_identifier_value() 13152 …etAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), identifier_value); in set_allocated_identifier_value()
|
D | descriptor.pb.h | 3082 const ::std::string& identifier_value() const; 3088 void set_allocated_identifier_value(::std::string* identifier_value); 6974 inline const ::std::string& UninterpretedOption::identifier_value() const { in identifier_value() function 7004 inline void UninterpretedOption::set_allocated_identifier_value(::std::string* identifier_value) { in set_allocated_identifier_value() argument 7005 if (identifier_value != NULL) { in set_allocated_identifier_value() 7010 …etAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), identifier_value); in set_allocated_identifier_value()
|
D | descriptor.cc | 5973 if (uninterpreted_option_->identifier_value() == "true") { in SetOptionValue() 5975 } else if (uninterpreted_option_->identifier_value() == "false") { in SetOptionValue() 5990 const string& value_name = uninterpreted_option_->identifier_value(); in SetOptionValue()
|
D | descriptor.proto | 635 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/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 704 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 | 715 optional string identifier_value = 3; field
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 6998 inline upb::reffed_ptr<const upb::FieldDef> identifier_value() { RETURN_REFFED(upb::FieldDef, upbde…
|