Searched refs:LAST (Results 1 – 5 of 5) sorted by relevance
300 LAST, // Not a valid type. enumerator362 return type_ != Type::LAST;388 Type type_{ Type::LAST };
52 return Type::LAST; in ParseType()74 return Type::LAST; in ParseType()183 if (op == Type::LAST) { in Parse()
1838 if (cmd_type == Command::Type::LAST) { in PerformBlockImageUpdate()2041 CHECK_EQ(static_cast<size_t>(Command::Type::LAST), command_map.size()); in BlockImageVerifyFn()2063 CHECK_EQ(static_cast<size_t>(Command::Type::LAST), command_map.size()); in BlockImageUpdateFn()
41 ASSERT_EQ(Command::Type::LAST, Command::ParseType("foo")); in TEST()42 ASSERT_EQ(Command::Type::LAST, Command::ParseType("bar")); in TEST()
289 LAST, enumerator