Home
last modified time | relevance | path

Searched defs:Maybe (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/deqp/framework/common/
H A DtcuMaybe.hpp43 class Maybe class
97 Maybe<T>::Maybe(void) : m_ptr(nullptr) in Maybe() function in tcu::Maybe
102 Maybe<T>::Maybe(const Nothing_T &) : m_ptr(nullptr) in Maybe() function in tcu::Maybe
114 Maybe<T>::Maybe(const T &val) : m_ptr(nullptr) in Maybe() function in tcu::Maybe
131 Maybe<T>::Maybe(const Maybe<T> &other) : m_ptr(nullptr) in Maybe() function in tcu::Maybe
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dtree_views.h199 struct Maybe : public TreeView { struct
200 explicit Maybe(const TreeRef& tree) : TreeView(tree) { in Maybe() function
205 /* implicit */ Maybe(const T& tree) : TreeView(tree) {} in Maybe() function
215 static Maybe<T> create(const SourceRange& range) { in create() argument
218 static Maybe<T> create(const SourceRange& range, const T& value) { in create() argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dmarker.rs1043 pub struct Maybe; struct
1052 impl<#[rustc_runtime] const RUNTIME: bool> Compat<RUNTIME> for Maybe {} implementation
1059 impl<T: ?Sized> TyCompat<T> for Maybe {} implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dmarker.rs1043 pub struct Maybe; struct
1052 impl<#[rustc_runtime] const RUNTIME: bool> Compat<RUNTIME> for Maybe {} implementation
1059 impl<T: ?Sized> TyCompat<T> for Maybe {} implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/
H A Dmarker.rs1043 pub struct Maybe; struct
1052 impl<#[rustc_runtime] const RUNTIME: bool> Compat<RUNTIME> for Maybe {} implementation
1059 impl<T: ?Sized> TyCompat<T> for Maybe {} implementation
/aosp_15_r20/external/emboss/runtime/cpp/
H A Demboss_maybe.h36 constexpr Maybe() : value_(), known_(false) {} in Maybe() function
37 constexpr explicit Maybe(T value) in Maybe() function
/aosp_15_r20/external/emboss/runtime/cpp/test/
H A Demboss_maybe_test.cc29 TEST(Maybe, Known) { in TEST() argument
44 TEST(Maybe, Unknown) { in TEST() argument
/aosp_15_r20/external/grpc-grpc/test/core/end2end/
H A Dcq_verifier.h48 struct Maybe { struct
66 absl::variant<bool, Maybe, AnyStatus, PerformAction, MaybePerformAction>; argument
H A Dcq_verifier.cc219 [](Maybe) { return std::string("maybe"); }, in ToString() argument
238 [](Maybe) { return std::string("-❓"); }, in ToShortString() argument
337 r, [](bool) { return false; }, [](CqVerifier::Maybe) { return true; }, in IsMaybe()
H A Dend2end_tests.h609 using Maybe = CqVerifier::Maybe; variable
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/util/
H A DMaybe.kt30 sealed class Maybe<out A> in <lambda>() class
/aosp_15_r20/external/AFLplusplus/
H A DTODO.md28 ## Maybe section in TODO list for AFL++
/aosp_15_r20/external/dagger2/javatests/dagger/functional/producers/aot/
H A DProducesMethodShadowsInjectConstructorTest.java42 static class Maybe {} class in ProducesMethodShadowsInjectConstructorTest
/aosp_15_r20/prebuilts/go/linux-x86/test/chan/
Dselect5.go63 func (a *arg) Maybe() bool { func
/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h72 Maybe, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/unicode-normalization/src/
Dquick_check.rs16 Maybe, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DUninitializedValues.h71 Maybe, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DUninitializedValues.h71 Maybe, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DUninitializedValues.h71 Maybe, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DUninitializedValues.h71 Maybe, enumerator
/aosp_15_r20/external/clang/lib/Driver/
H A DMultilib.cpp143 MultilibSet &MultilibSet::Maybe(const Multilib &M) { in Maybe() function in MultilibSet
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/format/
Dmod.rs321 Maybe, enumerator
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs640 Maybe, enumerator
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs640 Maybe, enumerator
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs640 Maybe, enumerator

12