Searched defs:CppCommHookInterface (Results 1 – 1 of 1) sorted by relevance
127 class CppCommHookInterface : public CommHookInterface { class129 explicit CppCommHookInterface(T state) : state_(std::move(state)) {} in CppCommHookInterface() function in c10d::CppCommHookInterface