Searched defs:JS_STRING (Results 1 – 6 of 6) sorted by relevance
| /third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions/ | ||
| D | JSType.php | 25 const JS_STRING = 1; define in Google\\Protobuf\\Internal\\FieldOptions\\JSType |
| /third_party/protobuf/benchmarks/ | ||
| D | descriptor_sv.proto | 534 JS_STRING = 1; enumerator |
| D | descriptor.proto | 532 JS_STRING = 1; enumerator |
| /third_party/protobuf/src/google/protobuf/ | ||
| D | descriptor.proto | 693 JS_STRING = 1; enumerator |
| D | descriptor.pb.cc | 2368 constexpr FieldOptions_JSType FieldOptions::JS_STRING; member in google::protobuf::FieldOptions |
| D | descriptor.pb.h | 6895 static constexpr JSType JS_STRING = FieldOptions_JSType_JS_STRING; variable |