Home
last modified time | relevance | path

Searched refs:Includes (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.4/include/nn/
DResult.h470 static bool Includes(Result result) in Includes() function
494 static bool Includes(Result result) in Includes() function
499 friend bool operator<=(Result lhs, ConstRange) { return ConstRange::Includes(lhs); }
500 friend bool operator>=(ConstRange, Result rhs) { return ConstRange::Includes(rhs); }