Searched refs:expected_num_strings (Results 1 – 2 of 2) sorted by relevance
145 int expected_num_strings = GetStringCount(data_.raw); in TypedCheck() local147 if (expected_num_strings != returned_num_strings) { in TypedCheck()150 << ", but expected " << expected_num_strings << std::endl; in TypedCheck()
268 int expected_num_strings = GetStringCount(data_.get()); in TypedCheckString() local270 if (expected_num_strings != returned_num_strings) { in TypedCheckString()273 << ", but expected " << expected_num_strings << std::endl; in TypedCheckString()