Searched refs:JSType (Results 1 – 14 of 14) sorted by relevance
12 class JSType class61 class_alias(JSType::class, \Google\Protobuf\Internal\FieldOptions_JSType::class);
14 class_exists(FieldOptions\JSType::class);
197 …l->addEnum('google.protobuf.internal.FieldOptions.JSType', \Google\Protobuf\Internal\JSType::class)
177 ….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
487 optional JSType jstype = 6 [default = JS_NORMAL];488 enum JSType { enum
528 optional JSType jstype = 6 [default = JS_NORMAL];529 enum JSType { enum
541 optional JSType jstype = 6 [default = JS_NORMAL];542 enum JSType { enum
4228 typedef FieldOptions_JSType JSType; typedef4229 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()
6224 FieldOptions::JSType jstype = field->options().jstype(); in ValidateJSType()
561 optional JSType jstype = 6 [default = JS_NORMAL];562 enum JSType { enum
551 optional JSType jstype = 6 [default = JS_NORMAL];552 enum JSType { enum
9214 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);
781 php/src/Google/Protobuf/Internal/FieldOptions/JSType.php \