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