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

  /external/llvm/include/llvm/ADT/
IndexedMap.h 71 bool inBounds(IndexT n) const {
  /external/deqp/framework/delibs/decpp/
deDefs.hpp 48 template<typename T> inline bool inBounds (T x, T a, T b) { return a <= x && x < b; }
78 DE_ASSERT(inBounds(offset, 0, Size));
  /external/chromium_org/third_party/WebKit/Source/wtf/
CheckedArithmetic.h 119 static bool inBounds(Source value)
128 static bool inBounds(Source value)
137 static bool inBounds(Source value)
153 static bool inBounds(Source value)
166 static bool inBounds(Source) { return true; }
173 return BoundsCheckElider<Target, Source>::inBounds(value);
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java     [all...]

Completed in 101 milliseconds