Home
last modified time | relevance | path

Searched refs:jstype (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc906 string jstype = JSTypeName(options, field, bytes_mode); in JSFieldTypeAnnotation() local
912 jstype = "(Array<!Uint8Array>|Array<string>)"; in JSFieldTypeAnnotation()
915 jstype = "!" + jstype; in JSFieldTypeAnnotation()
917 jstype = "Array.<" + jstype + ">"; in JSFieldTypeAnnotation()
920 jstype = "!" + jstype; in JSFieldTypeAnnotation()
926 jstype += "?"; in JSFieldTypeAnnotation()
928 jstype = "!" + jstype; in JSFieldTypeAnnotation()
932 jstype += "|undefined"; in JSFieldTypeAnnotation()
934 if (force_present && jstype[0] != '!' && !is_primitive) { in JSFieldTypeAnnotation()
935 jstype = "!" + jstype; in JSFieldTypeAnnotation()
[all …]
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto517 // The jstype option determines the JavaScript type used for values of the
519 // (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
522 // Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
528 optional JSType jstype = 6 [default = JS_NORMAL]; field
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto517 // The jstype option determines the JavaScript type used for values of the
519 // (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
522 // Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
528 optional JSType jstype = 6 [default = JS_NORMAL]; field
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto528 // The jstype option determines the JavaScript type used for values of the
530 // (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
533 // Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
539 optional JSType jstype = 6 [default = JS_NORMAL]; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto473 // The jstype option determines the JavaScript type used for values of the
478 // numbers. Specifying JS_NUMBER for the jstype causes the generated
482 optional JSType jstype = 6 [default = JS_NORMAL]; field
Ddescriptor.pb.cc10215 6, this->jstype(), output); in SerializeWithCachedSizes()
10267 6, this->jstype(), target); in SerializeWithCachedSizesToArray()
10313 ::google::protobuf::internal::WireFormatLite::EnumSize(this->jstype()); in ByteSize()
10380 set_jstype(from.jstype()); in MergeFrom()
10511 ::google::protobuf::FieldOptions_JSType FieldOptions::jstype() const { in jstype() function in google::protobuf::FieldOptions
Ddescriptor.pb.h2390 ::google::protobuf::FieldOptions_JSType jstype() const;
6475 inline ::google::protobuf::FieldOptions_JSType FieldOptions::jstype() const { in jstype() function
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto478 // The jstype option determines the JavaScript type used for values of the
483 // numbers. Specifying JS_NUMBER for the jstype causes the generated
487 optional JSType jstype = 6 [default = JS_NORMAL]; field