Home | History | Annotate | Download | only in src

Lines Matching refs:condition

232 static inline bool ApiCheck(bool condition,
235 return condition ? true : Utils::ReportApiFailure(location, message);