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/
H A DIndexedMap.h73 bool inBounds(IndexT n) const { in inBounds() function in llvm::IndexedMap
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeDefs.hpp52 template<typename T> inline bool inBounds (T x, T a, T b) { return a <= x && x < b; } in inBounds() function

Completed in 2 milliseconds