Searched refs:GetLatestStopReplyAs (Results 1 – 3 of 3) sorted by relevance
34 Client.GetLatestStopReplyAs<StopReplyExit>(), in TEST_F()52 Client.GetLatestStopReplyAs<StopReplyExit>(), in TEST_F()
45 auto stop_reply = Client->GetLatestStopReplyAs<StopReplyStop>(); in TEST_F()
63 template <typename T> llvm::Expected<const T &> GetLatestStopReplyAs() { in GetLatestStopReplyAs() function