Searched refs:VarIntParserTest (Results 1 – 1 of 1) sorted by relevance
21 class VarIntParserTest : public ParserTest<VarIntParser> {}; class23 TEST_F(VarIntParserTest, NoMarkerBit) { in TEST_F() argument28 TEST_F(VarIntParserTest, EarlyEndOfFile) { in TEST_F() argument33 TEST_F(VarIntParserTest, ValidValue) { in TEST_F() argument46 TEST_F(VarIntParserTest, IncrementalParse) { in TEST_F() argument