Home
last modified time | relevance | path

Searched defs:JS_STRING (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions/
DJSType.php25 const JS_STRING = 1; define in Google\\Protobuf\\Internal\\FieldOptions\\JSType
/third_party/protobuf/benchmarks/
Ddescriptor_sv.proto534 JS_STRING = 1; enumerator
Ddescriptor.proto532 JS_STRING = 1; enumerator
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto693 JS_STRING = 1; enumerator
Ddescriptor.pb.cc2368 constexpr FieldOptions_JSType FieldOptions::JS_STRING; member in google::protobuf::FieldOptions
Ddescriptor.pb.h6895 static constexpr JSType JS_STRING = FieldOptions_JSType_JS_STRING; variable