Searched refs:aggregate_raw_nodes_ (Results 1 – 2 of 2) sorted by relevance
36 aggregate_raw_nodes_(),43 if (!aggregate_raw_nodes_.empty() && ts != last_snapshot_timestamp_) { in ParseMemoryTrackerSnapshot()46 ReadProtoSnapshot(blob, aggregate_raw_nodes_, last_snapshot_level_of_detail_); in ParseMemoryTrackerSnapshot()51 if (!aggregate_raw_nodes_.empty()) { in NotifyEndOfFile()318 std::unique_ptr<GlobalNodeGraph> graph = GenerateGraph(aggregate_raw_nodes_); in GenerateGraphFromRawNodesAndEmitRows()320 aggregate_raw_nodes_.clear(); in GenerateGraphFromRawNodesAndEmitRows()
114 RawMemoryNodeMap aggregate_raw_nodes_; variable