Searched refs:expected_string (Results 1 – 1 of 1) sorted by relevance
1124 int expected_count, const char* expected_string) { in CheckScanf() argument1127 ASSERT_STREQ(expected_string, buf) << fmt; in CheckScanf()1181 int expected_count, const T2* expected_string) { in CheckScanfM() argument1184 if (expected_string == nullptr) { in CheckScanfM()1187 ASSERT_STREQ(expected_string, result) << fmt; in CheckScanfM()