Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc8111 this->identifier_value().data(), this->identifier_value().length(), in MergePartialFromCodedStream()
8230 this->identifier_value().data(), this->identifier_value().length(), in SerializeWithCachedSizes()
8234 3, this->identifier_value(), output); in SerializeWithCachedSizes()
8288 this->identifier_value().data(), this->identifier_value().length(), in SerializeWithCachedSizesToArray()
8293 3, this->identifier_value(), target); in SerializeWithCachedSizesToArray()
8345 this->identifier_value()); in ByteSize()
8418 set_identifier_value(from.identifier_value()); in MergeFrom()
Ddescriptor.pb.h2582 inline const ::std::string& identifier_value() const;
2588 inline void set_allocated_identifier_value(::std::string* identifier_value);
6190 inline const ::std::string& UninterpretedOption::identifier_value() const { in identifier_value() function
6236 inline void UninterpretedOption::set_allocated_identifier_value(::std::string* identifier_value) { in set_allocated_identifier_value() argument
6240 if (identifier_value) { in set_allocated_identifier_value()
6242 identifier_value_ = identifier_value; in set_allocated_identifier_value()
Ddescriptor.cc5118 if (uninterpreted_option_->identifier_value() == "true") { in SetOptionValue()
5120 } else if (uninterpreted_option_->identifier_value() == "false") { in SetOptionValue()
5135 const string& value_name = uninterpreted_option_->identifier_value(); in SetOptionValue()
Ddescriptor.proto559 optional string identifier_value = 3; field
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc561 uninterpreted.identifier_value() == "true") { in IsMessageSetWireFormatMessage()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto492 optional string identifier_value = 3; field