Home
last modified time | relevance | path

Searched defs:MatchingKey (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/stg/
H A Dcomparison.cc240 struct MatchingKey { struct
241 explicit MatchingKey(const Graph& graph) : graph(graph) {} in MatchingKey() function
243 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;