Searched defs:Both (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/utils/
H A DSkTFitsIn.h19 /** SkTMux::type = (a && b) ? Both : (a) ? A : (b) ? B : Neither; */
20 template <bool a, bool b, typename Both, typename A, typename B, typename Neither>
22 using type = skstd::conditional_t<a, skstd::conditional_t<b, Both, A>,
98 typedef SkTOutOfRange_Either<OutOfRange_Low, OutOfRange_High> Both; typedef in struct:sktfitsin::Private::SkTCombineOutOfRange
105 Both, OutOfRange_Low, OutOfRange_High, Neither>::type type;
/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp300 struct Both { struct in namespace:NonLiteralConstexpr
301 constexpr Both() : n(10) {} function in struct:NonLiteralConstexpr::Both
302 ~Both();
306 Both b;
317 static Both b;
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon20877
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon21139
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon21399
/external/v8/src/
H A Dtypes.h25 // Both are related through subtyping.
54 // Both structural Array and Function types are invariant in all parameters;
937 static Bounds Both(Bounds b1, Bounds b2, Zone* zone) { function in struct:v8::internal::BitsetType::Bounds

Completed in 3989 milliseconds