Searched refs:expected_count (Results 1 – 1 of 1) sorted by relevance
1069 int expected_count, const char* expected_string) { in CheckScanf() argument1071 ASSERT_EQ(expected_count, sscanf_fn(input, fmt, &buf)) << fmt; in CheckScanf()1126 int expected_count, const T2* expected_string) { in CheckScanfM() argument1128 ASSERT_EQ(expected_count, sscanf_fn(input, fmt, &result)) << fmt; in CheckScanfM()