Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/
DResult.h475 static bool Includes(Result result) in Includes() function
499 static bool Includes(Result result) in Includes() function
504 friend bool operator<=(Result lhs, ConstRange) { return ConstRange::Includes(lhs); }
505 friend bool operator>=(ConstRange, Result rhs) { return ConstRange::Includes(rhs); }