Lines Matching refs:PrintLine
71 PrintLine("Unused attribute: %s", key.c_str()); in ReadNext()
76 PrintLine("Unused block"); in ReadNext()
148 void FileTest::PrintLine(const char *format, ...) { in PrintLine() function in FileTest
183 PrintLine("Missing attribute '%s'.", key.c_str()); in GetAttribute()
225 PrintLine("Error decoding value: %s", value.c_str()); in GetBytes()
232 PrintLine("Error decoding value: %s", value.c_str()); in GetBytes()
260 PrintLine("Expected: %s", expected_hex.c_str()); in ExpectBytesEqual()
261 PrintLine("Actual: %s", actual_hex.c_str()); in ExpectBytesEqual()
298 t.PrintLine("Operation unexpectedly succeeded."); in FileTestMain()
304 t.PrintLine("Unexpected error; wanted '%s', got '%s'.", in FileTestMain()
314 t.PrintLine("Test failed"); in FileTestMain()