Searched defs:Both (Results 1 – 5 of 5) sorted by relevance
300 struct Both { struct301 constexpr Both() : n(10) {} in Both() argument303 volatile int n;
98 typedef SkTOutOfRange_Either<OutOfRange_Low, OutOfRange_High> Both; typedef
60 enum class PDB_DumpType { ByType, ByObjFile, Both }; enumerator
20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator
1146 static BoundsImpl Both(BoundsImpl b1, BoundsImpl b2, Region* region) { in Both() function