Searched refs:Node (Results 1 – 6 of 6) sorted by relevance
30 class Node {32 allocator::set<Node<T>*> references_in;33 allocator::set<Node<T>*> references_out;39 Node(T* ptr, Allocator<Node> allocator) in Node() function41 Node(Node&& rhs) noexcept = default;42 void Edge(Node<T>* ref) { in Edge()54 DISALLOW_COPY_AND_ASSIGN(Node<T>);58 using Graph = allocator::vector<Node<T>*>;61 using SCC = allocator::vector<Node<T>*>;76 void Tarjan(Node<T>* vertex, Graph<T>& graph);[all …]
50 Node<SCCInfo> node;77 Node<LeakInfo> node;
38 using Node = std::pair<K, V>;126 std::optional<Node> Put(const K& key, V value) { in Put()136 std::optional<Node> ret = std::nullopt; in Put()181 std::list<Node> node_list_;183 std::unordered_map<K, typename std::list<Node>::iterator> lru_map_;
43 class Node(object): class191 class Metadata(Node):593 class Tag(Node):628 class Typedef(Node):658 class OuterNamespace(Node):679 class Section(Node):783 class Kind(Node):883 class InnerNamespace(Node):971 class EnumValue(Node):1070 class Enum(Node):[all …]
123 class Node(object): class in _PayloadReport153 class FieldNode(Node):186 class SubReportNode(Node):201 class SectionNode(Node):
422 if last is not None and last.nodeType != minidom.Node.TEXT_NODE:434 if last and last.nodeType != minidom.Node.TEXT_NODE: