Home
last modified time | relevance | path

Searched refs:JSType (Results 1 – 14 of 14) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/FieldOptions/
DJSType.php12 class JSType class
61 class_alias(JSType::class, \Google\Protobuf\Internal\FieldOptions_JSType::class);
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldOptions_JSType.php14 class_exists(FieldOptions\JSType::class);
/external/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
DDescriptor.php197 …l->addEnum('google.protobuf.internal.FieldOptions.JSType', \Google\Protobuf\Internal\JSType::class)
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs177 ….Types.CType), typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) }, null, null), in DescriptorReflection()
5405 …f.Reflection.FieldOptions.Types.JSType JstypeDefaultValue = global::Google.Protobuf.Reflection.Fie…
5407 private global::Google.Protobuf.Reflection.FieldOptions.Types.JSType jstype_;
5422 public global::Google.Protobuf.Reflection.FieldOptions.Types.JSType Jstype {
5734 … Jstype = (global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) input.ReadEnum(); in MergeFrom()
5784 internal enum JSType { enum in Google.Protobuf.Reflection.FieldOptions.Types
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto487 optional JSType jstype = 6 [default = JS_NORMAL];
488 enum JSType { enum
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto528 optional JSType jstype = 6 [default = JS_NORMAL];
529 enum JSType { enum
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto541 optional JSType jstype = 6 [default = JS_NORMAL];
542 enum JSType { enum
/external/protobuf/src/google/protobuf/
Ddescriptor.proto541 optional JSType jstype = 6 [default = JS_NORMAL];
542 enum JSType { enum
Ddescriptor.pb.h4228 typedef FieldOptions_JSType JSType; typedef
4229 static constexpr JSType JS_NORMAL =
4231 static constexpr JSType JS_STRING =
4233 static constexpr JSType JS_NUMBER =
4238 static constexpr JSType JSType_MIN =
4240 static constexpr JSType JSType_MAX =
4250 static_assert(::std::is_same<T, JSType>::value || in JSType_Name()
4256 JSType* value) { in JSType_Parse()
Ddescriptor.cc6224 FieldOptions::JSType jstype = field->options().jstype(); in ValidateJSType()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto561 optional JSType jstype = 6 [default = JS_NORMAL];
562 enum JSType { enum
Ddescriptor_sv.proto551 optional JSType jstype = 6 [default = JS_NORMAL];
552 enum JSType { enum
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h9214 class JSType : public ::upb::reffed_ptr<const ::upb::EnumDef> {
9216 JSType(const ::upb::EnumDef* e, const void *ref_donor = NULL)
9220 static JSType get() {
9222 return JSType(e, &e);
/external/protobuf/
DMakefile.am781 php/src/Google/Protobuf/Internal/FieldOptions/JSType.php \