Home
last modified time | relevance | path

Searched refs:JSType (Results 1 - 10 of 10) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions/
H A DJSType.php10 * Protobuf type <code>google.protobuf.FieldOptions.JSType</code>
12 class JSType class
61 class_alias(JSType::class, \Google\Protobuf\Internal\FieldOptions_JSType::class);
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldOptions_JSType.php9 * This class is deprecated. Use Google\Protobuf\Internal\FieldOptions\JSType instead.
14 class_exists(FieldOptions\JSType::class);
15 @trigger_error('Google\Protobuf\Internal\FieldOptions_JSType is deprecated and will be removed in the next major release. Use Google\Protobuf\Internal\FieldOptions\JSType instead', E_USER_DEPRECATED);
H A DFieldOptions.php49 * Generated from protobuf field <code>optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];</code>
270 * Generated from protobuf field <code>optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];</code>
300 * Generated from protobuf field <code>optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];</code>
306 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldOptions\JSType::class);
/third_party/node/deps/v8/src/compiler/
H A Doperation-typer.cc1211 Type JSType(Type type) { in JSType() function
1226 if (!JSType(lhs).Maybe(JSType(rhs))) return singleton_false(); in SameValue()
1256 if (!JSType(lhs).Maybe(JSType(rhs))) return singleton_false(); in StrictEqual()
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
H A DDescriptor.php185 ->optional('jstype', \Google\Protobuf\Internal\GPBType::ENUM, 6, 'google.protobuf.internal.FieldOptions.JSType')
198 $pool->addEnum('google.protobuf.internal.FieldOptions.JSType', \Google\Protobuf\Internal\JSType::class)
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs178 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FieldOptions), global::Google.Protobuf.Reflection.FieldOptions.Parser, new[]{ "Ctype", "Packed", "Jstype", "Lazy", "Deprecated", "Weak", "UninterpretedOption" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.CType), typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) }, null, null), in DescriptorReflection()
6577 private readonly static global::Google.Protobuf.Reflection.FieldOptions.Types.JSType JstypeDefaultValue = global::Google.Protobuf.Reflection.FieldOptions.Types.JSType.JsNormal;
6579 private global::Google.Protobuf.Reflection.FieldOptions.Types.JSType jstype_;
6594 public global::Google.Protobuf.Reflection.FieldOptions.Types.JSType Jstype {
6950 Jstype = (global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) input.ReadEnum(); in MergeFrom()
6994 Jstype = (global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) input.ReadEnum(); in IBufferMessage.InternalMergeFrom()
7045 public enum JSType { enum in Google.Protobuf.Reflection.FieldOptions.Types
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc899 template <class Ref, class JSType>
902 static own<Ref> make(StoreImpl* store, i::Handle<JSType> obj) { in make()
918 i::Handle<JSType> v8_object() const { return i::Handle<JSType>::cast(val_); } in v8_object()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h4308 typedef FieldOptions_JSType JSType; typedef in PROTOBUF_FINAL
4309 static constexpr JSType JS_NORMAL =
4311 static constexpr JSType JS_STRING =
4313 static constexpr JSType JS_NUMBER =
4318 static constexpr JSType JSType_MIN =
4320 static constexpr JSType JSType_MAX =
4330 static_assert(::std::is_same<T, JSType>::value || in JSType_Name()
4336 JSType* value) { in JSType_Parse()
4434 // optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
11277 // optional .google.protobuf.FieldOptions.JSType jstyp
[all...]
H A Ddescriptor.cc6359 FieldOptions::JSType jstype = field->options().jstype(); in ValidateJSType()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 77 milliseconds