Home
last modified time | relevance | path

Searched refs:jstype (Results 1 – 4 of 4) 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/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