Home
last modified time | relevance | path

Searched defs:inBounds (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIndexedMap.h73 bool inBounds(IndexT n) const { in inBounds() function
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeDefs.hpp51 template<typename T> inline bool inBounds (T x, T a, T b) { return a <= x && x < b; } in inBounds() function