Home
last modified time | relevance | path

Searched refs:GetLatestStopReplyAs (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DLLGSTest.cpp34 Client.GetLatestStopReplyAs<StopReplyExit>(), in TEST_F()
52 Client.GetLatestStopReplyAs<StopReplyExit>(), in TEST_F()
H A DTestClient.h63 template <typename T> llvm::Expected<const T &> GetLatestStopReplyAs() { in GetLatestStopReplyAs() function