Searched defs:Both (Results 1 – 7 of 7) sorted by relevance
42 Both enumerator
300 struct Both { struct301 constexpr Both() : n(10) {} in Both() function303 volatile int n;
87 Both: "Both", property
90 typedef SkTOutOfRange_Either<OutOfRange_Low, OutOfRange_High> Both; typedef
20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator
1015 static BoundsImpl Both(BoundsImpl b1, BoundsImpl b2, Region* region) { in Both() function