Home | History | Annotate | Download | only in src

Lines Matching refs:condition

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