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

/external/skia/src/utils/
H A DSkTFitsIn.h90 typedef SkTOutOfRange_Either<OutOfRange_Low, OutOfRange_High> Both; typedef in struct:sktfitsin::Private::SkTCombineOutOfRange
97 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:__anon17296
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon17541
/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:__anon17784
/external/v8/src/
H A Dtypes.h25 // Both are related through subtyping.
54 // Both structural Array and Function types are invariant in all parameters;
149 // Both provide the same API, and the Convert method can be used to interconvert
1015 static BoundsImpl Both(BoundsImpl b1, BoundsImpl b2, Region* region) { function in struct:v8::internal::BoundsImpl

Completed in 212 milliseconds