Searched defs:NodeCompare (Results 1 – 2 of 2) sorted by relevance
526 struct NodeCompare { struct527 using is_transparent = void;529 bool operator()(const node* lhs, const node* rhs) const { in operator()537 bool operator()(const node* lhs, const std::pair<std::string, uintptr_t>& rhs) const { in operator()545 bool operator()(const std::pair<std::string, uintptr_t>& lhs, const node* rhs) const { in operator()
97 class NodeCompare { class