Searched defs:MatchingKey (Results 1 – 1 of 1) sorted by relevance
240 struct MatchingKey { struct241 explicit MatchingKey(const Graph& graph) : graph(graph) {} in MatchingKey() function243 std::string operator()(Id id) { in operator ()()247 std::string operator()(const BaseClass& x) { in operator ()()251 std::string operator()(const Method& x) { in operator ()()255 std::string operator()(const Member& x) { in operator ()()262 std::string operator()(const VariantMember& x) { in operator ()()266 std::string operator()(const StructUnion& x) { in operator ()()283 std::string operator()(const Node&) { in operator ()()287 const Graph& graph;