Searched refs:WaitableCompileEventDone (Results 1 – 1 of 1) sorted by relevance
130 class WaitableCompileEventDone final : public WaitableCompileEvent class133 WaitableCompileEventDone(PostTranslateFunctor &&postTranslateFunctor, bool result) in WaitableCompileEventDone() function in rx::WaitableCompileEventDone402 return std::make_shared<WaitableCompileEventDone>([](std::string *) { return true; }, in compile()432 return std::make_shared<WaitableCompileEventDone>(std::move(postTranslateFunctor), result); in compile()