Home
last modified time | relevance | path

Searched refs:maybe (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/external/openscreen/third_party/abseil/src/absl/types/internal/
Dconformance_aliases.h55 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 …]
Dconformance_testing_test.cc171 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 …]
Dconformance_profile.h264 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 …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/internal/
Dconformance_aliases.h55 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 …]
Dconformance_testing_test.cc171 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 …]
Dconformance_profile.h264 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 …]
/external/abseil-cpp/absl/types/internal/
Dconformance_aliases.h55 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 …]
Dconformance_testing_test.cc168 case ti::default_constructible::maybe: in TYPED_TEST_P()
230 case ti::move_constructible::maybe: in TYPED_TEST_P()
292 case ti::copy_constructible::maybe: in TYPED_TEST_P()
353 case ti::destructible::maybe: in TYPED_TEST_P()
415 case ti::move_assignable::maybe: in TYPED_TEST_P()
444 case ti::copy_assignable::maybe: in TYPED_TEST_P()
527 case ti::equality_comparable::maybe: in TYPED_TEST_P()
545 case ti::inequality_comparable::maybe: in TYPED_TEST_P()
563 case ti::less_than_comparable::maybe: in TYPED_TEST_P()
581 case ti::less_equal_comparable::maybe: in TYPED_TEST_P()
[all …]
Dconformance_profile.h73 enum class function_kind { maybe, yes, nothrow, trivial };
76 enum class name { maybe, yes, nothrow, trivial }
88 enum class name { maybe, yes, nothrow }
101 enum class hashable { maybe, yes };
109 default_constructible::maybe,
110 move_constructible MoveConstructibleValue = move_constructible::maybe,
111 copy_constructible CopyConstructibleValue = copy_constructible::maybe,
112 move_assignable MoveAssignableValue = move_assignable::maybe,
113 copy_assignable CopyAssignableValue = copy_assignable::maybe,
114 destructible DestructibleValue = destructible::maybe,
[all …]
/external/webrtc/third_party/abseil-cpp/absl/types/internal/
Dconformance_aliases.h55 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 …]
Dconformance_testing_test.cc168 case ti::default_constructible::maybe: in TYPED_TEST_P()
230 case ti::move_constructible::maybe: in TYPED_TEST_P()
292 case ti::copy_constructible::maybe: in TYPED_TEST_P()
353 case ti::destructible::maybe: in TYPED_TEST_P()
415 case ti::move_assignable::maybe: in TYPED_TEST_P()
444 case ti::copy_assignable::maybe: in TYPED_TEST_P()
527 case ti::equality_comparable::maybe: in TYPED_TEST_P()
545 case ti::inequality_comparable::maybe: in TYPED_TEST_P()
563 case ti::less_than_comparable::maybe: in TYPED_TEST_P()
581 case ti::less_equal_comparable::maybe: in TYPED_TEST_P()
[all …]
Dconformance_profile.h73 enum class function_kind { maybe, yes, nothrow, trivial };
76 enum class name { maybe, yes, nothrow, trivial }
88 enum class name { maybe, yes, nothrow }
101 enum class hashable { maybe, yes };
109 default_constructible::maybe,
110 move_constructible MoveConstructibleValue = move_constructible::maybe,
111 copy_constructible CopyConstructibleValue = copy_constructible::maybe,
112 move_assignable MoveAssignableValue = move_assignable::maybe,
113 copy_assignable CopyAssignableValue = copy_assignable::maybe,
114 destructible DestructibleValue = destructible::maybe,
[all …]
/external/libtextclassifier/abseil-cpp/absl/types/internal/
Dconformance_aliases.h55 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 …]
Dconformance_testing_test.cc171 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 …]
Dconformance_profile.h264 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 …]
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DMaybeTest.kt28 val maybe = rxMaybe(currentDispatcher()) { in <lambda>() constant
33 maybe.subscribe { value -> in <lambda>()
45 val maybe = rxMaybe(currentDispatcher()) { in <lambda>() constant
50 maybe.subscribe (emptyConsumer(), ON_ERROR_MISSING, Action { in <lambda>()
61 val maybe = rxMaybe(currentDispatcher()) { in <lambda>() constant
66 maybe.subscribe({ in <lambda>()
82 val maybe = rxMaybe(currentDispatcher()) { in <lambda>() constant
89 val sub = maybe.subscribe({ in <lambda>()
104 val maybe = rxMaybe { in <lambda>() constant
108 checkMaybeValue(maybe) { in <lambda>()
[all …]
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DMaybeTest.kt28 val maybe = rxMaybe(currentDispatcher()) { in <lambda>() constant
33 maybe.subscribe { value -> in <lambda>()
45 val maybe = rxMaybe(currentDispatcher()) { in <lambda>() constant
50 maybe.subscribe (emptyConsumer(), ON_ERROR_MISSING, Action { in <lambda>()
61 val maybe = rxMaybe(currentDispatcher()) { in <lambda>() constant
66 maybe.subscribe({ in <lambda>()
82 val maybe = rxMaybe(currentDispatcher()) { in <lambda>() constant
89 val sub = maybe.subscribe({ in <lambda>()
104 val maybe = rxMaybe { in <lambda>() constant
108 checkMaybeValue(maybe) { in <lambda>()
[all …]
/external/llvm-project/flang/lib/Parser/
DFortran-parsers.cpp200 construct<IntrinsicTypeSpec::Real>("REAL" >> maybe(kindSelector))),
204 "COMPLEX" >> maybe(kindSelector))),
206 "CHARACTER" >> maybe(Parser<CharSelector>{}))),
208 "LOGICAL" >> maybe(kindSelector))),
217 TYPE_PARSER(construct<IntegerTypeSpec>("INTEGER" >> maybe(kindSelector)))
222 parenthesized(maybe("KIND ="_tok) >> scalarIntConstantExpr)) ||
228 SignedIntLiteralConstantWithoutKind{}, maybe(underscore >> kindParam))))
234 space >> digitString, maybe(underscore >> kindParam) / !underscore))
249 construct<SignedRealLiteralConstant>(maybe(sign), realLiteralConstant)};
268 maybe(digitString) >> maybe(exponentPart) >> ok ||
[all …]
Dexecutable-parsers.cpp150 construct<AssociateStmt>(maybe(name / ":"),
162 recovery("END ASSOCIATE" >> maybe(name), endStmtErrorRecovery)))
172 TYPE_PARSER(construct<BlockStmt>(maybe(name / ":") / "BLOCK"))
188 recovery("END BLOCK" >> maybe(name), endStmtErrorRecovery))) in TYPE_PARSER()
199 construct<ChangeTeamStmt>(maybe(name / ":"),
214 maybe(name)))
219 construct<CriticalStmt>(maybe(name / ":"),
229 recovery("END CRITICAL" >> maybe(name), endStmtErrorRecovery)))
242 maybe(integerTypeSpec / "::"), nonemptyList(Parser<ConcurrentControl>{}),
243 maybe("," >> scalarLogicalExpr))))
[all …]
Dprogram-parsers.cpp198 construct<MainProgram>(maybe(statement(Parser<ProgramStmt>{})),
199 specificationPart, executionPart, maybe(internalSubprogramPart),
206 maybe(extension<LanguageFeature::ProgramParentheses>(
212 "END PROGRAM" >> maybe(name) || bareEnd, progUnitEndStmtErrorRecovery)))
219 maybe(Parser<ModuleSubprogramPart>{}),
229 "END MODULE" >> maybe(name) || bareEnd, progUnitEndStmtErrorRecovery)))
281 limitedSpecificationPart, maybe(Parser<ModuleSubprogramPart>{}),
290 TYPE_PARSER(construct<ParentIdentifier>(name, maybe(":" >> name)))
295 recovery("END SUBMODULE" >> maybe(name) || bareEnd,
306 construct<BlockDataStmt>("BLOCK DATA" >> maybe(name)))
[all …]
Dopenmp-parsers.cpp43 maybe("ALWAYS" >> construct<OmpMapType::Always>() / maybe(","_tok)),
53 maybe(Parser<OmpMapType>{}), Parser<OmpObjectList>{}))
59 maybe(":" >> construct<OmpDefaultmapClause::VariableCategory>("SCALAR" >>
72 maybe("," >> Parser<OmpScheduleModifierType>{}) / ":"))
74 TYPE_PARSER(construct<OmpScheduleClause>(maybe(Parser<OmpScheduleModifier>{}),
80 maybe("," >> scalarIntExpr)))
84 maybe(
109 maybe(construct<OmpAllocateClause::Allocator>(scalarIntExpr) / ":"),
117 construct<OmpDependSinkVec>(name, maybe(Parser<OmpDependSinkVecLength>{})))
144 maybe(":" >> scalarIntConstantExpr))) ||
[all …]
/external/clang/test/Analysis/
Duninit-sometimes.cpp4 bool maybe();
34 if (maybe()) { in test_while_false()
64 if (maybe()) { in test_do_while_false()
100 if (maybe()) { in test_for_false()
164 maybe() // expected-warning {{whenever '?:' condition is false}} \ in test_conditional_false()
177 maybe() // expected-warning {{whenever '?:' condition is true}} \ in test_conditional_true()
189 maybe() // expected-warning {{whenever '&&' condition is false}} \ in test_logical_and_false()
201 maybe() // expected-warning {{whenever '&&' condition is true}} \ in test_logical_and_true()
215 maybe() // expected-warning {{whenever '||' condition is false}} \ in test_logical_or_false()
229 maybe() // expected-warning {{whenever '||' condition is true}} \ in test_logical_or_true()
[all …]
/external/llvm-project/clang/test/Analysis/
Duninit-sometimes.cpp4 bool maybe();
34 if (maybe()) { in test_while_false()
64 if (maybe()) { in test_do_while_false()
100 if (maybe()) { in test_for_false()
164 maybe() // expected-warning {{whenever '?:' condition is false}} \ in test_conditional_false()
177 maybe() // expected-warning {{whenever '?:' condition is true}} \ in test_conditional_true()
189 maybe() // expected-warning {{whenever '&&' condition is false}} \ in test_logical_and_false()
201 maybe() // expected-warning {{whenever '&&' condition is true}} \ in test_logical_and_true()
215 maybe() // expected-warning {{whenever '||' condition is false}} \ in test_logical_or_false()
229 maybe() // expected-warning {{whenever '||' condition is true}} \ in test_logical_or_true()
[all …]
/external/llvm-project/clang/test/Sema/
Dtautological-constant-compare.c494 maybe in main() enumerator
524 if (e == maybe) in main()
526 if (e != maybe) in main()
528 if (e < maybe) in main()
530 if (e <= maybe) in main()
532 if (e > maybe) in main()
534 if (e >= maybe) in main()
537 if (maybe == e) in main()
539 if (maybe != e) in main()
541 if (maybe < e) in main()
[all …]
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dutil.hpp138 class maybe class
144 maybe() in maybe() function in cpplinq::util::maybe
149 maybe(T value) in maybe() function in cpplinq::util::maybe
156 maybe(const maybe& other) in maybe() function in cpplinq::util::maybe
164 maybe(maybe&& other) in maybe() function in cpplinq::util::maybe
174 ~maybe() in ~maybe()
209 maybe& operator=(const T& other) { in operator =()
212 maybe& operator=(const maybe& other) { in operator =()

12345678910>>...21