/third_party/abseil-cpp/absl/types/internal/ |
D | conformance_aliases.h | 55 HasTrivialMoveConstructor, ConformanceProfile<default_constructible::maybe, 59 HasNothrowMoveConstructor, ConformanceProfile<default_constructible::maybe, 64 ConformanceProfile<default_constructible::maybe, move_constructible::yes>); 68 ConformanceProfile<default_constructible::maybe, move_constructible::maybe, 73 ConformanceProfile<default_constructible::maybe, move_constructible::maybe, 78 ConformanceProfile<default_constructible::maybe, move_constructible::maybe, 83 ConformanceProfile<default_constructible::maybe, move_constructible::maybe, 84 copy_constructible::maybe, move_assignable::trivial>); 88 ConformanceProfile<default_constructible::maybe, move_constructible::maybe, 89 copy_constructible::maybe, move_assignable::nothrow>); [all …]
|
D | conformance_testing_test.cc | 171 case ti::default_constructible::maybe: in TYPED_TEST_P() 233 case ti::move_constructible::maybe: in TYPED_TEST_P() 295 case ti::copy_constructible::maybe: in TYPED_TEST_P() 356 case ti::destructible::maybe: in TYPED_TEST_P() 418 case ti::move_assignable::maybe: in TYPED_TEST_P() 447 case ti::copy_assignable::maybe: in TYPED_TEST_P() 530 case ti::equality_comparable::maybe: in TYPED_TEST_P() 548 case ti::inequality_comparable::maybe: in TYPED_TEST_P() 566 case ti::less_than_comparable::maybe: in TYPED_TEST_P() 584 case ti::less_equal_comparable::maybe: in TYPED_TEST_P() [all …]
|
D | conformance_profile.h | 264 enum class function_support { maybe, yes, nothrow, trivial }; 267 return v == function_support::maybe 322 enum class name { maybe, yes, nothrow, trivial }; \ 343 enum class name { maybe, yes, nothrow }; \ 360 enum class hashable { maybe, yes }; 378 : property::maybe; \ 467 : property::maybe; \ 514 : swappable::maybe; 532 : hashable::maybe; 546 default_constructible::maybe, [all …]
|
D | conformance_archetype.h | 105 struct ArchetypeStateBase<default_constructible::maybe> { 191 copy_constructible::maybe> 307 copy_assignable::maybe> 403 MoveConstructibleValue != move_constructible::maybe 407 MoveAssignableValue != move_assignable::maybe ? MoveAssignableValue 410 DestructibleValue != destructible::maybe ? DestructibleValue 429 move_constructible::maybe && 432 copy_constructible::maybe && 445 (PropertiesOfT<Prof>::move_assignable_support != move_assignable::maybe && 447 (PropertiesOfT<Prof>::copy_assignable_support != copy_assignable::maybe && [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
D | conformance_aliases.h | 55 HasTrivialMoveConstructor, ConformanceProfile<default_constructible::maybe, 59 HasNothrowMoveConstructor, ConformanceProfile<default_constructible::maybe, 64 ConformanceProfile<default_constructible::maybe, move_constructible::yes>); 68 ConformanceProfile<default_constructible::maybe, move_constructible::maybe, 73 ConformanceProfile<default_constructible::maybe, move_constructible::maybe, 78 ConformanceProfile<default_constructible::maybe, move_constructible::maybe, 83 ConformanceProfile<default_constructible::maybe, move_constructible::maybe, 84 copy_constructible::maybe, move_assignable::trivial>); 88 ConformanceProfile<default_constructible::maybe, move_constructible::maybe, 89 copy_constructible::maybe, move_assignable::nothrow>); [all …]
|
D | conformance_testing_test.cc | 171 case ti::default_constructible::maybe: in TYPED_TEST_P() 233 case ti::move_constructible::maybe: in TYPED_TEST_P() 295 case ti::copy_constructible::maybe: in TYPED_TEST_P() 356 case ti::destructible::maybe: in TYPED_TEST_P() 418 case ti::move_assignable::maybe: in TYPED_TEST_P() 447 case ti::copy_assignable::maybe: in TYPED_TEST_P() 530 case ti::equality_comparable::maybe: in TYPED_TEST_P() 548 case ti::inequality_comparable::maybe: in TYPED_TEST_P() 566 case ti::less_than_comparable::maybe: in TYPED_TEST_P() 584 case ti::less_equal_comparable::maybe: in TYPED_TEST_P() [all …]
|
D | conformance_profile.h | 264 enum class function_support { maybe, yes, nothrow, trivial }; 267 return v == function_support::maybe 322 enum class name { maybe, yes, nothrow, trivial }; \ 343 enum class name { maybe, yes, nothrow }; \ 360 enum class hashable { maybe, yes }; 378 : property::maybe; \ 467 : property::maybe; \ 514 : swappable::maybe; 532 : hashable::maybe; 546 default_constructible::maybe, [all …]
|
D | conformance_archetype.h | 105 struct ArchetypeStateBase<default_constructible::maybe> { 191 copy_constructible::maybe> 307 copy_assignable::maybe> 403 MoveConstructibleValue != move_constructible::maybe 407 MoveAssignableValue != move_assignable::maybe ? MoveAssignableValue 410 DestructibleValue != destructible::maybe ? DestructibleValue 429 move_constructible::maybe && 432 copy_constructible::maybe && 445 (PropertiesOfT<Prof>::move_assignable_support != move_assignable::maybe && 447 (PropertiesOfT<Prof>::copy_assignable_support != copy_assignable::maybe && [all …]
|
/third_party/boost/libs/logic/test/ |
D | tribool_rename_test.cpp | 12 BOOST_TRIBOOL_THIRD_STATE(maybe) in BOOST_TRIBOOL_THIRD_STATE() argument 20 tribool z(maybe); // maybe in BOOST_TRIBOOL_THIRD_STATE() 27 BOOST_CHECK(maybe(x == maybe)); in BOOST_TRIBOOL_THIRD_STATE() 28 BOOST_CHECK(maybe(maybe == x)); in BOOST_TRIBOOL_THIRD_STATE() 29 BOOST_CHECK(maybe(x != maybe)); in BOOST_TRIBOOL_THIRD_STATE() 30 BOOST_CHECK(maybe(maybe != x)); in BOOST_TRIBOOL_THIRD_STATE() 43 BOOST_CHECK(maybe(y == maybe)); in BOOST_TRIBOOL_THIRD_STATE() 44 BOOST_CHECK(maybe(maybe == y)); in BOOST_TRIBOOL_THIRD_STATE() 45 BOOST_CHECK(maybe(y != maybe)); in BOOST_TRIBOOL_THIRD_STATE() 46 BOOST_CHECK(maybe(maybe != y)); in BOOST_TRIBOOL_THIRD_STATE() [all …]
|
/third_party/grpc/third_party/upb/bazel/ |
D | workspace_deps.bzl | 3 load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") 6 maybe( 14 maybe( 21 maybe( 32 maybe( 39 maybe(
|
/third_party/boost/boost/parameter/aux_/ |
D | maybe.hpp | 60 struct maybe : ::boost::parameter::aux::maybe_base struct 84 inline explicit maybe(T value_) : value(value_), constructed(false) in maybe() function 88 inline maybe() : value(), constructed(false) in maybe() argument 92 ~maybe() in ~maybe() argument 129 ::boost::parameter::aux::maybe<T>::*safe_bool argument 134 return this->value ? &::boost::parameter::aux::maybe<T>::get : 0; in operator safe_bool() argument
|
/third_party/node/deps/npm/node_modules/mkdirp/node_modules/minimist/test/ |
D | default_bool.js | 25 default: { maybe: null } 27 t.equal(argv.maybe, null); 30 default: { maybe: null } 32 t.equal(argv.maybe, true);
|
/third_party/node/deps/npm/node_modules/minimist/test/ |
D | default_bool.js | 25 default: { maybe: null } 27 t.equal(argv.maybe, null); 30 default: { maybe: null } 32 t.equal(argv.maybe, true);
|
/third_party/flatbuffers/tests/rust_usage_test/tests/ |
D | optional_scalars_test.rs | 12 $just: ident, $default: ident, $maybe: ident, 24 $maybe: Some($five), 33 assert_eq!(s.$maybe(), Some($five)); 39 assert_eq!(s.$maybe(), None); 45 assert_eq!(s.$maybe, Some($five)); 49 assert_eq!(s.$maybe, None);
|
/third_party/node/src/ |
D | js_native_api_v8.h | 205 #define CHECK_MAYBE_EMPTY(env, maybe, status) \ argument 206 RETURN_STATUS_IF_FALSE((env), !((maybe).IsEmpty()), (status)) 208 #define CHECK_MAYBE_EMPTY_WITH_PREAMBLE(env, maybe, status) \ argument 209 RETURN_STATUS_IF_FALSE_WITH_PREAMBLE((env), !((maybe).IsEmpty()), (status)) 223 auto maybe = v8impl::V8LocalValueFromJsValue((src))->To##type((context)); \ 224 CHECK_MAYBE_EMPTY((env), maybe, (status)); \ 225 (result) = maybe.ToLocalChecked(); \ 231 auto maybe = v8impl::V8LocalValueFromJsValue((src))->To##type((context)); \ 232 CHECK_MAYBE_EMPTY_WITH_PREAMBLE((env), maybe, (status)); \ 233 (result) = maybe.ToLocalChecked(); \ [all …]
|
D | node_native_module_env.cc | 130 MaybeLocal<Function> maybe = in CompileFunction() local 135 if (maybe.ToLocal(&fn)) { in CompileFunction() 149 MaybeLocal<Function> maybe = in LookupAndCompile() local 155 return maybe; in LookupAndCompile()
|
/third_party/boost/libs/beast/test/beast/core/ |
D | detect_ssl.cpp | 47 auto const maybe = in testDetect() local 55 maybe( 0, "\x00\x00\x00\x00\x00\x00\x00\x00\x00"); in testDetect() 57 maybe( 1, "\x16\x00\x00\x00\x00\x00\x00\x00\x00"); in testDetect() 58 maybe( 4, "\x16\x00\x00\x00\x00\x00\x00\x00\x00"); in testDetect() 60 maybe( 5, "\x16\x00\x00\x01\x00\x00\x00\x00\x00"); in testDetect() 62 maybe( 8, "\x16\x00\x00\x01\x00\x01\x00\x00\x00"); in testDetect()
|
/third_party/toybox/lib/ |
D | tty.c | 165 int maybe, i, j; in scan_key_getsize() local 173 maybe = 0; in scan_key_getsize() 189 } else for (i=0; i<6; i++) if (pos[i]==*scratch) maybe = 1; in scan_key_getsize() 196 maybe = 1; in scan_key_getsize() 206 if (!maybe) break; in scan_key_getsize() 212 if (maybe || timeout_ms != -1) in scan_key_getsize() 213 if (!xpoll(&pfd, 1, maybe ? 30 : timeout_ms)) break; in scan_key_getsize()
|
/third_party/boost/libs/hana/example/optional/ |
D | maybe.cpp | 10 static_assert(hana::maybe('x', hana::_ + 1, hana::just(1)) == 2, ""); 11 static_assert(hana::maybe('x', hana::_ + 1, hana::nothing) == 'x', "");
|
/third_party/typescript/tests/baselines/reference/ |
D | objectSpreadNegative.types | 173 { ...{ a: 4, ...{ b: false, c: 'overriden' } }, d: 'actually new', ...{ a: 5, d: 'maybe new' } } 174 >{ ...{ a: 4, ...{ b: false, c: 'overriden' } }, d: 'actually new', ...{ a: 5, d: 'maybe new' } } :… 185 >{ a: 5, d: 'maybe new' } : { a: number; d: string; } 189 >'maybe new' : "maybe new" 209 { ...o3, ['in the middle']: 13, b: 'maybe?', ...o4 } 210 >{ ...o3, ['in the middle']: 13, b: 'maybe?', ...o4 } : { b: string; c: boolean; "in the middle": n… 216 >'maybe?' : "maybe?"
|
/third_party/boost/libs/hana/test/optional/ |
D | maybe.cpp | 20 hana::maybe(x, undefined{}, hana::nothing), in main() 25 hana::maybe(undefined{}, f, hana::just(x)), in main()
|
/third_party/boost/libs/parameter/test/ |
D | maybe.cpp | 30 test::_kw = boost::parameter::aux::maybe<int>() in main() 37 test::_kw = boost::parameter::aux::maybe<int>(2) in main()
|
/third_party/glslang/Test/baseResults/ |
D | preprocessor.cpp_style___FILE__.vert.out | 35 #line 42 "this-is-a-quite-long-name-maybe-i-should-shorten-it" 36 "this-is-a-quite-long-name-maybe-i-should-shorten-it"
|
D | preprocessor.cpp_style_line_directive.vert.err | 12 ERROR: this-is-a-quite-long-name-maybe-i-should-shorten-it:42: '#error' : at this-is-a-quite-long-n…
|
/third_party/glslang/Test/ |
D | preprocessor.cpp_style_line_directive.vert | 35 #line 42 "this-is-a-quite-long-name-maybe-i-should-shorten-it" 36 #error at "this-is-a-quite-long-name-maybe-i-should-shorten-it:42"
|