Searched refs:test_prefix (Results 1 – 2 of 2) sorted by relevance
51 explicit AutoTestFile(const char* test_prefix) { in AutoTestFile() argument52 Init(test_prefix); in AutoTestFile()59 AutoTestFile(const char* test_prefix, const char* text) { in AutoTestFile() argument60 Init(test_prefix); in AutoTestFile()65 AutoTestFile(const char* test_prefix, const char* text, size_t text_len) { in AutoTestFile() argument66 Init(test_prefix); in AutoTestFile()92 void Init(const char* test_prefix) { in Init() argument97 test_prefix); in Init()
36 test_prefix = 'prefix ';