Searched defs:NodeCompare (Results 1 – 1 of 1) sorted by relevance
473 struct NodeCompare { struct474 using is_transparent = void;476 bool operator()(const node* lhs, const node* rhs) const { in operator()484 bool operator()(const node* lhs, const std::pair<std::string, uintptr_t>& rhs) const { in operator()492 bool operator()(const std::pair<std::string, uintptr_t>& lhs, const node* rhs) const { in operator()