Home
last modified time | relevance | path

Searched refs:jstype (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldOptions.php38 * The jstype option determines the JavaScript type used for values of the
40 * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
43 * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
49 * Generated from protobuf field <code>optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];</code>
51 protected $jstype = null; variable
120 * @type int $jstype
121 * The jstype option determines the JavaScript type used for values of the
123 * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
126 * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
259 * The jstype optio
307 $this->jstype = $var; global() variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/js/
H A Djs_generator.cc812 return field->options().jstype() == FieldOptions::JS_STRING; in IsIntegralFieldWithStringJSType()
1048 std::string jstype = JSTypeName(options, field, bytes_mode); in JSFieldTypeAnnotation() local
1054 jstype = "(Array<!Uint8Array>|Array<string>)"; in JSFieldTypeAnnotation()
1056 if (!IsPrimitive(jstype)) { in JSFieldTypeAnnotation()
1057 jstype = "!" + jstype; in JSFieldTypeAnnotation()
1059 jstype = "Array<" + jstype + ">"; in JSFieldTypeAnnotation()
1067 jstype = "?" + jstype; in JSFieldTypeAnnotation()
[all...]
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/
H A Ddescriptor.js932 jstype: 0,
945 jstype: isSet(object.jstype) ? fieldOptions_JSTypeFromJSON(object.jstype) : 0,
959 message.jstype !== undefined && (obj.jstype = fieldOptions_JSTypeToJSON(message.jstype));
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc6359 FieldOptions::JSType jstype = field->options().jstype(); in ValidateJSType() local
6361 if (jstype == FieldOptions::JS_NORMAL) { in ValidateJSType()
6373 if (jstype == FieldOptions::JS_STRING || in ValidateJSType()
6374 jstype == FieldOptions::JS_NUMBER) { in ValidateJSType()
6378 "Illegal jstype for int64, uint64, sint64, fixed64 " in ValidateJSType()
6380 FieldOptions_JSType_descriptor()->value(jstype)->name()); in ValidateJSType()
6383 // No other types permit a jstype option. in ValidateJSType()
6386 "jstype is only allowed on int64, uint64, sint64, fixed64 " in ValidateJSType()
H A Ddescriptor.pb.h4434 // optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
4440 PROTOBUF_NAMESPACE_ID::FieldOptions_JSType jstype() const;
11277 // optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
11292 inline PROTOBUF_NAMESPACE_ID::FieldOptions_JSType FieldOptions::jstype() const { in jstype() function in FieldOptions
11293 // @@protoc_insertion_point(field_get:google.protobuf.FieldOptions.jstype) in jstype()
11303 // @@protoc_insertion_point(field_set:google.protobuf.FieldOptions.jstype) in set_jstype()

Completed in 39 milliseconds