HomeSort by relevance Sort by last modified time
    Searched defs:Both (Results 1 - 6 of 6) sorted by null

  /external/skia/src/utils/
SkTFitsIn.h 19 /** 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;
105 Both, OutOfRange_Low, OutOfRange_High, Neither>::type type;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
converter.hpp 214 // Applies both predicates: first 'PredA', and if it equals 'cInRange', 'PredB'
232 typedef applyBoth<PredA,PredB> Both ;
238 typedef typename for_both<do_applyA, do_applyB, Both, PredA, PredB, NNone>::type type ;
274 // can be arranged in terms of one or two predicates, which test overflow on both neg/pos 'sides'
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 300 struct Both {
301 constexpr Both() : n(10) {}
302 ~Both();
306 Both b;
317 static Both b;
  /external/v8/src/
types.h 25 // Both are related through subtyping.
54 // Both structural Array and Function types are invariant in all parameters;
145 // Note that the bitset representation is closed under both Union and Intersect.
936 // Meet: both b1 and b2 are known to hold.
937 static Bounds Both(Bounds b1, Bounds b2, Zone* zone) {
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 20 typedef enum { Both = 0, In = 1 } ControlledDirection;
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 41 Both = 0x3
257 return m_HashStyle == HashStyle::GNU || m_HashStyle == HashStyle::Both;
261 return m_HashStyle == HashStyle::SystemV || m_HashStyle == HashStyle::Both;

Completed in 2375 milliseconds