Searched refs:UInt8Parser (Results 1 – 4 of 4) sorted by relevance
32 class UInt8Parser : public DHCPOptionsParser {34 UInt8Parser() {} in UInt8Parser() function
33 bool UInt8Parser::GetOption(const uint8_t* buffer, in GetOption()
78 parser_.reset(new UInt8Parser()); in TEST_F()
77 ParserContext(new UInt8Parser(), &message_type_))); in DHCPMessage()