Searched refs:DisplayNode (Results 1 – 1 of 1) sorted by relevance
1595 class DisplayNode;1613 DisplayEdge(std::string Value, DisplayNode &Node, StringRef Colour) in DisplayEdge()1618 const DisplayNode &getDestinationNode() const { return Node; } in getDestinationNode()1622 const DisplayNode &Node;1626 class DisplayNode : public DisplayElement { class1630 DisplayNode(std::string Content, StringRef Colour) in DisplayNode() function in __anon94a753662a11::DisplayNode1634 using ChildIterator = std::unordered_set<DisplayNode *>::const_iterator;1644 void createEdge(StringRef Value, DisplayNode &Node, StringRef Colour);1650 const DisplayEdge &getEdge(const DisplayNode &To) const { in getEdge()1657 std::string getEdgeSourceLabel(const DisplayNode &Sink) const { in getEdgeSourceLabel()[all …]