Searched defs:JS_NUMBER (Results 1 – 6 of 6) sorted by relevance
| /third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions/ | ||
| D | JSType.php | 31 const JS_NUMBER = 2; define in Google\\Protobuf\\Internal\\FieldOptions\\JSType |
| /third_party/protobuf/benchmarks/ | ||
| D | descriptor_sv.proto | 537 JS_NUMBER = 2; enumerator |
| D | descriptor.proto | 535 JS_NUMBER = 2; enumerator |
| /third_party/protobuf/src/google/protobuf/ | ||
| D | descriptor.proto | 696 JS_NUMBER = 2; enumerator |
| D | descriptor.pb.cc | 2369 constexpr FieldOptions_JSType FieldOptions::JS_NUMBER; member in google::protobuf::FieldOptions |
| D | descriptor.pb.h | 6896 static constexpr JSType JS_NUMBER = FieldOptions_JSType_JS_NUMBER; variable |