Searched defs:pretty_tree (Results 1 – 1 of 1) sorted by relevance
167 struct pretty_tree { struct168 pretty_tree(const TreeRef& tree, size_t col = 40) : tree(tree), col(col) {} in tree() argument169 const TreeRef& tree;170 size_t col;171 std::unordered_map<TreeRef, std::string> flat_strings;172 const std::string& get_flat(const TreeRef& t) { in get_flat()209 static inline std::ostream& operator<<(std::ostream& out, pretty_tree t_) { argument