Home
last modified time | relevance | path

Searched refs:maybe_type (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A Djsep_session_description.cc121 absl::optional<SdpType> maybe_type = SdpTypeFromString(type()); in GetType() local
122 if (maybe_type) { in GetType()
123 return *maybe_type; in GetType()
136 absl::optional<SdpType> maybe_type = SdpTypeFromString(type); in CreateSessionDescription() local
137 if (!maybe_type) { in CreateSessionDescription()
141 return CreateSessionDescription(*maybe_type, sdp, error).release(); in CreateSessionDescription()
178 absl::optional<SdpType> maybe_type = SdpTypeFromString(type); in JsepSessionDescription() local
179 if (maybe_type) { in JsepSessionDescription()
180 type_ = *maybe_type; in JsepSessionDescription()
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Djsep_session_description.cc121 absl::optional<SdpType> maybe_type = SdpTypeFromString(type()); in GetType() local
122 if (maybe_type) { in GetType()
123 return *maybe_type; in GetType()
136 absl::optional<SdpType> maybe_type = SdpTypeFromString(type); in CreateSessionDescription() local
137 if (!maybe_type) { in CreateSessionDescription()
141 return CreateSessionDescription(*maybe_type, sdp, error).release(); in CreateSessionDescription()
178 absl::optional<SdpType> maybe_type = SdpTypeFromString(type); in JsepSessionDescription() local
179 if (maybe_type) { in JsepSessionDescription()
180 type_ = *maybe_type; in JsepSessionDescription()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Djsep_session_description.cc121 absl::optional<SdpType> maybe_type = SdpTypeFromString(type()); in GetType() local
122 if (maybe_type) { in GetType()
123 return *maybe_type; in GetType()
136 absl::optional<SdpType> maybe_type = SdpTypeFromString(type); in CreateSessionDescription() local
137 if (!maybe_type) { in CreateSessionDescription()
141 return CreateSessionDescription(*maybe_type, sdp, error).release(); in CreateSessionDescription()
178 absl::optional<SdpType> maybe_type = SdpTypeFromString(type); in JsepSessionDescription() local
179 if (maybe_type) { in JsepSessionDescription()
180 type_ = *maybe_type; in JsepSessionDescription()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/cast/sender/testing/
H A Dtest_helpers.cc45 absl::optional<absl::string_view> maybe_type = in VerifyAppAvailabilityRequest() local
47 ASSERT_TRUE(maybe_type); in VerifyAppAvailabilityRequest()
48 EXPECT_EQ(maybe_type.value(), in VerifyAppAvailabilityRequest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/cast/sender/testing/
H A Dtest_helpers.cc45 absl::optional<absl::string_view> maybe_type = in VerifyAppAvailabilityRequest() local
47 ASSERT_TRUE(maybe_type); in VerifyAppAvailabilityRequest()
48 EXPECT_EQ(maybe_type.value(), in VerifyAppAvailabilityRequest()
/dports/textproc/p5-ack/ack-v3.5.0/t/
H A Dfiletypes.t87 for my $maybe_type ( filetypes( $filename ) ) {
88 return 1 if $maybe_type eq $wanted_type;
/dports/devel/grex/grex-1.3.0/cargo-crates/rstest-0.11.0/src/
H A Drefident.rs57 fn maybe_type(&self) -> Option<&Type>; in maybe_type() method
61 fn maybe_type(&self) -> Option<&Type> { in maybe_type() method
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/rstest-0.11.0/src/
H A Drefident.rs57 fn maybe_type(&self) -> Option<&Type>; in maybe_type() method
61 fn maybe_type(&self) -> Option<&Type> { in maybe_type() method
/dports/lang/v8/v8-9.6.180.12/src/extensions/
H A Dgc-extension.cc53 auto maybe_type = IsProperty(isolate, ctx, param, "type", "minor"); in Parse() local
54 if (maybe_type.IsNothing()) return Nothing<GCOptions>(); in Parse()
55 if (maybe_type.ToChecked()) { in Parse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/extensions/
H A Dgc-extension.cc49 auto maybe_type = IsProperty(isolate, ctx, param, "type", "minor"); in Parse() local
50 if (maybe_type.IsNothing()) return Nothing<GCOptions>(); in Parse()
51 if (maybe_type.ToChecked()) { in Parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/extensions/
H A Dgc-extension.cc49 auto maybe_type = IsProperty(isolate, ctx, param, "type", "minor"); in Parse() local
50 if (maybe_type.IsNothing()) return Nothing<GCOptions>(); in Parse()
51 if (maybe_type.ToChecked()) { in Parse()
/dports/devel/py-graphql-core/graphql-core-3.1.6/src/graphql/utilities/
H A Dlexicographic_sort_schema.py54 maybe_type: Optional[GraphQLNamedType],
56 return maybe_type and replace_named_type(maybe_type)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/torque/
H A Dtype-inference.cc53 [](base::Optional<const Type*> maybe_type) { return *maybe_type; }); in GetResult() argument
/dports/lang/v8/v8-9.6.180.12/src/torque/
H A Dtype-inference.cc54 [](base::Optional<const Type*> maybe_type) { return *maybe_type; }); in GetResult() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/torque/
H A Dtype-inference.cc54 [](base::Optional<const Type*> maybe_type) { return *maybe_type; }); in GetResult() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Dv0_custom_element_constructor_builder.cc392 v8::Local<v8::Value> maybe_type; in ConstructCustomElement() local
395 .ToLocal(&maybe_type) || in ConstructCustomElement()
396 maybe_type->IsUndefined()) { in ConstructCustomElement()
399 TOSTRING_VOID(V8StringResource<kTreatNullAsNullString>, type, maybe_type); in ConstructCustomElement()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Dv0_custom_element_constructor_builder.cc394 v8::Local<v8::Value> maybe_type; in ConstructCustomElement() local
397 .ToLocal(&maybe_type) || in ConstructCustomElement()
398 maybe_type->IsUndefined()) { in ConstructCustomElement()
401 TOSTRING_VOID(V8StringResource<kTreatNullAsNullString>, type, maybe_type); in ConstructCustomElement()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Djs-break-iterator.cc61 Maybe<Type> maybe_type = GetStringOption<Type>( in New() local
65 MAYBE_RETURN(maybe_type, MaybeHandle<JSV8BreakIterator>()); in New()
66 Type type_enum = maybe_type.FromJust(); in New()
H A Djs-list-format.cc104 Maybe<Type> maybe_type = GetStringOption<Type>( in New() local
107 MAYBE_RETURN(maybe_type, MaybeHandle<JSListFormat>()); in New()
108 Type type_enum = maybe_type.FromJust(); in New()
H A Djs-plural-rules.cc92 Maybe<Type> maybe_type = GetStringOption<Type>( in New() local
95 MAYBE_RETURN(maybe_type, MaybeHandle<JSPluralRules>()); in New()
96 Type type = maybe_type.FromJust(); in New()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Djs-break-iterator.cc59 Maybe<Type> maybe_type = Intl::GetStringOption<Type>( in New() local
63 MAYBE_RETURN(maybe_type, MaybeHandle<JSV8BreakIterator>()); in New()
64 Type type_enum = maybe_type.FromJust(); in New()
H A Djs-list-format.cc109 Maybe<Type> maybe_type = Intl::GetStringOption<Type>( in New() local
113 MAYBE_RETURN(maybe_type, MaybeHandle<JSListFormat>()); in New()
114 Type type_enum = maybe_type.FromJust(); in New()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dcombine_tools.cpp459 bool maybe_type = true; in get_d_template_types() local
467 if (maybe_type) in get_d_template_types()
472 maybe_type = false; in get_d_template_types()
476 maybe_type = true; in get_d_template_types()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Djs-break-iterator.cc59 Maybe<Type> maybe_type = Intl::GetStringOption<Type>( in New() local
63 MAYBE_RETURN(maybe_type, MaybeHandle<JSV8BreakIterator>()); in New()
64 Type type_enum = maybe_type.FromJust(); in New()
H A Djs-list-format.cc128 Maybe<Type> maybe_type = Intl::GetStringOption<Type>( in New() local
132 MAYBE_RETURN(maybe_type, MaybeHandle<JSListFormat>()); in New()
133 Type type_enum = maybe_type.FromJust(); in New()

123