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>>
234 return StopReplyExit::create(Response); in create()326 Expected<std::unique_ptr<StopReplyExit>>327 StopReplyExit::create(StringRef Response) { in create()331 return std::make_unique<StopReplyExit>(Status); in create()