Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/
DResult.h482 static bool Includes(Result result) in Includes() function
506 static bool Includes(Result result) in Includes() function
511 friend bool operator<=(Result lhs, ConstRange) { return ConstRange::Includes(lhs); }
512 friend bool operator>=(ConstRange, Result rhs) { return ConstRange::Includes(rhs); }