Searched refs:tcn (Results 1 – 2 of 2) sorted by relevance
32 TestDefInfo::TestDefInfo(const char* tcn, const char* n, int fs, TestDefType tdf) :\ in TestDefInfo() argument33 test_case_name(tcn), name(n), flags(fs), def_type(tdf) {}; in TestDefInfo()
62 TestDefInfo(const char* tcn, const char* n, int fs, TestDefType tdf);