Searched refs:StopReplyExit (Results 1 – 3 of 3) sorted by relevance
34 Client.GetLatestStopReplyAs<StopReplyExit>(), in TEST_F()52 Client.GetLatestStopReplyAs<StopReplyExit>(), in TEST_F()
145 class StopReplyExit : public StopReply {147 explicit StopReplyExit(uint8_t Status) : Status(Status) {} in StopReplyExit() function149 static llvm::Expected<std::unique_ptr<StopReplyExit>>
236 return StopReplyExit::create(Response); in create()328 Expected<std::unique_ptr<StopReplyExit>>329 StopReplyExit::create(StringRef Response) { in create()333 return std::make_unique<StopReplyExit>(Status); in create()