Home
last modified time | relevance | path

Searched defs:Both (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp300 struct Both { struct
301 constexpr Both() : n(10) {} in Both() argument
303 volatile int n;
/external/skia/src/utils/
DSkTFitsIn.h98 typedef SkTOutOfRange_Either<OutOfRange_Low, OutOfRange_High> Both; typedef
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp60 enum class PDB_DumpType { ByType, ByObjFile, Both }; enumerator
/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator
/external/v8/src/
Dtypes.h1146 static BoundsImpl Both(BoundsImpl b1, BoundsImpl b2, Region* region) { in Both() function