Searched refs:TestFastParse (Results 1 – 3 of 3) sorted by relevance
128 bool TestFastParse(const string& serialized, Example* example);
64 EXPECT_TRUE(TestFastParse(serialized, &fast_example)); in TestCorrectness()
367 bool TestFastParse(const string& serialized, Example* example) { in TestFastParse() function