Home
last modified time | relevance | path

Searched refs:kStringValueFieldNumber (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Dstruct.pb.h250 static const int kStringValueFieldNumber = 3; variable
Dstruct.pb.cc497 const int Value::kStringValueFieldNumber; member in google::protobuf::Value
Ddescriptor.pb.h3114 static const int kStringValueFieldNumber = 7; variable
Ddescriptor.pb.cc12459 const int UninterpretedOption::kStringValueFieldNumber; member in google::protobuf::UninterpretedOption
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1394 value_location.AddPath(UninterpretedOption::kStringValueFieldNumber); in ParseOption()