Searched defs:UintPtrLessThan (Results 1 – 2 of 2) sorted by relevance
33 inline bool UintPtrLessThan(uintptr_t a, uintptr_t b) { return a < b; } in UintPtrLessThan() function
88 inline Value<bool> UintPtrLessThan(d::MemoryAccessor accessor, uintptr_t a, in UintPtrLessThan() function