Searched refs:SimpleC2Interface (Results 1 – 2 of 2) sorted by relevance
32 template <typename T> class SimpleC2Interface : public C2ComponentInterface {34 SimpleC2Interface(const char *name, c2_node_id_t id, in SimpleC2Interface() function38 ~SimpleC2Interface() override = default;79 template <> class SimpleC2Interface<void> {195 template <typename T> using SimpleInterface = SimpleC2Interface<T>;
19 "SimpleC2Interface.cpp",