Searched defs:WithContext (Results 1 – 3 of 3) sorted by relevance
37 class WithContext; variable
31 explicit WithContext(const Context& x) {} in WithContext() function
191 WithContext(Context C) : Restore(Context::swapCurrent(std::move(C))) {} in WithContext() function