Searched refs:jstype (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 906 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/ |
D | descriptor.proto | 517 // 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/ |
D | descriptor.proto | 517 // 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/ |
D | descriptor.proto | 528 // 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/ |
D | descriptor.proto | 473 // 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
|
D | descriptor.pb.cc | 10215 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
|
D | descriptor.pb.h | 2390 ::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/ |
D | descriptor.proto | 478 // 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
|