Searched defs:TestDef (Results 1 – 5 of 5) sorted by relevance
35 struct TestDef { struct41 extern std::map<std::string, TestDef> tests; argument
102 struct TestDef in test_async_build() struct104 const char **source; in test_async_build()105 cl_build_status expectedStatus; in test_async_build()
23 template <typename T> struct TestDef struct34 TestDef<T> tests[] = { in test_intmath() argument
35 struct TestDef { struct36 TestDef& operator + ( const std::string& ) { in operator +()39 TestDef& operator[]( const std::string& ) { in operator []()
49 private inner class TestDef( in <lambda>() class in kotlinx.coroutines.selects.SelectDeadlockLFStressTest