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

/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc593 "etedOption.NamePart\022\030\n\020identifier_value\030"
6702 // optional string identifier_value = 3;
6710 this->identifier_value().data(), this->identifier_value().length(),
6805 // optional string identifier_value = 3;
6808 this->identifier_value().data(), this->identifier_value().length(),
6811 3, this->identifier_value(), output);
6850 // optional string identifier_value = 3;
6853 this->identifier_value()
[all...]
H A Ddescriptor.cc4234 if (uninterpreted_option_->identifier_value() == "true") {
4236 } else if (uninterpreted_option_->identifier_value() == "false") {
4251 const string& value_name = uninterpreted_option_->identifier_value();
H A Ddescriptor.pb.h2388 // optional string identifier_value = 3;
2392 inline const ::std::string& identifier_value() const;
4190 // optional string identifier_value = 3;
4200 inline const ::std::string& UninterpretedOption::identifier_value() const { function in class:google::protobuf::UninterpretedOption
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc7195 // optional string identifier_value = 3;
7203 this->identifier_value().data(), this->identifier_value().length(),
7315 // optional string identifier_value = 3;
7318 this->identifier_value().data(), this->identifier_value().length(),
7321 3, this->identifier_value(), output);
7369 // optional string identifier_value = 3;
7372 this->identifier_value().data(), this->identifier_value()
[all...]
H A Ddescriptor.pb.h2462 // optional string identifier_value = 3;
2466 inline const ::std::string& identifier_value() const;
2472 inline void set_allocated_identifier_value(::std::string* identifier_value);
5492 // optional string identifier_value = 3;
5508 inline const ::std::string& UninterpretedOption::identifier_value() const { function in class:google::protobuf::UninterpretedOption
5549 inline void UninterpretedOption::set_allocated_identifier_value(::std::string* identifier_value) { argument
5553 if (identifier_value) {
5555 identifier_value_ = identifier_value;
H A Ddescriptor.cc4680 if (uninterpreted_option_->identifier_value() == "true") {
4682 } else if (uninterpreted_option_->identifier_value() == "false") {
4697 const string& value_name = uninterpreted_option_->identifier_value();
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc553 uninterpreted.identifier_value() == "true") {

Completed in 1801 milliseconds