Home
last modified time | relevance | path

Searched refs:GetNextHexInt (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dcommand_parser_test.cpp85 TEST(CommandParserUnitTest, GetNextHexInt) { // Hexadecimal string to decimal value in TEST() argument
89 ASSERT_EQ(192, cmd.GetNextHexInt()); in TEST()
90 ASSERT_EQ(28421, cmd.GetNextHexInt()); in TEST()
/device/google/cuttlefish/host/commands/modem_simulator/
Dcommand_parser.h44 int GetNextHexInt();
Dcommand_parser.cpp121 int CommandParser::GetNextHexInt() { in GetNextHexInt() function in cuttlefish::CommandParser