Searched refs:GetNextHexInt (Results 1 – 3 of 3) sorted by relevance
85 TEST(CommandParserUnitTest, GetNextHexInt) { // Hexadecimal string to decimal value in TEST() argument89 ASSERT_EQ(192, cmd.GetNextHexInt()); in TEST()90 ASSERT_EQ(28421, cmd.GetNextHexInt()); in TEST()
44 int GetNextHexInt();
121 int CommandParser::GetNextHexInt() { in GetNextHexInt() function in cuttlefish::CommandParser