Searched refs:NodeViewInternal (Results 1 – 2 of 2) sorted by relevance
124 class NodeViewInternal {130 explicit NodeViewInternal(GraphViewT* graph_view, int node_index) in NodeViewInternal() function135 NodeViewInternal() in NodeViewInternal() function138 virtual ~NodeViewInternal() {} in ~NodeViewInternal()140 NodeViewInternal(NodeViewInternal&&) = default;141 NodeViewInternal& operator=(NodeViewInternal&&) = default;143 bool operator==(const NodeViewInternal& other) const {148 friend Hash AbslHashValue(Hash h, const NodeViewInternal& n) { in AbslHashValue()
79 class NodeView : public internal::NodeViewInternal<FaninView, FanoutView,83 : NodeViewInternal(graph_view, node_index) {} in NodeView()85 NodeView() : NodeViewInternal() {} in NodeView()208 : public internal::NodeViewInternal<MutableFaninView, MutableFanoutView,212 : NodeViewInternal(graph_view, node_index) {} in MutableNodeView()214 MutableNodeView() : NodeViewInternal() {} in MutableNodeView()