Home
last modified time | relevance | path

Searched refs:UInt8Parser (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/dhcp_client/
Ddhcp_options_parser.h32 class UInt8Parser : public DHCPOptionsParser {
34 UInt8Parser() {} in UInt8Parser() function
Ddhcp_options_parser.cc33 bool UInt8Parser::GetOption(const uint8_t* buffer, in GetOption()
Ddhcp_options_parser_unittest.cc78 parser_.reset(new UInt8Parser()); in TEST_F()
Ddhcp_message.cc77 ParserContext(new UInt8Parser(), &message_type_))); in DHCPMessage()