Searched refs:next_node_id_ (Results 1 – 12 of 12) sorted by relevance
24 next_node_id_(0), in Graph()71 NodeId const id = next_node_id_; in NextNodeId()72 CHECK(!base::bits::UnsignedAddOverflow32(id, 1, &next_node_id_)); in NextNodeId()
84 size_t NodeCount() const { return next_node_id_; } in NON_EXPORTED_BASE()102 NodeId next_node_id_; in NON_EXPORTED_BASE() local
63 unsigned next_node_id() { return next_node_id_++; } in next_node_id()67 unsigned next_node_id_;
284 unsigned next_node_id() { return next_node_id_++; } in next_node_id()306 unsigned next_node_id_; variable
598 next_node_id_(1), in HeapSnapshotJSONSerializer()634 int next_node_id_; variable
74 : next_node_id_(1), in AllocationTraceTree()
278 next_node_id_(1), in ProfileTree()
367 nodes_.back().id = next_node_id_++; in CreateNode()383 uint32_t next_node_id_ = 1; variable
388 int64 next_node_id_ = 1; member in xla::__anon7102e5d00111::HloDotDumper704 VLOG(2) << "Adding root tag as node " << next_node_id_; in DumpRootTag()705 root_node_id_ = next_node_id_++; in DumpRootTag()776 VLOG(2) << "Adding node " << instr->name() << " as " << next_node_id_; in DumpInstruction()777 node_ids_[instr] = next_node_id_++; in DumpInstruction()
208 int64 next_node_id_ GUARDED_BY(mu_) = 0;
1586 return strings::StrCat(prefix, "_S", next_node_id_++); in BuildAndRegisterPartitions()