Home
last modified time | relevance | path

Searched refs:MemoryAllocatorDumpEdge (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
Dprocess_memory_dump.h42 struct BASE_EXPORT MemoryAllocatorDumpEdge { struct
43 bool operator==(const MemoryAllocatorDumpEdge&) const;
44 bool operator!=(const MemoryAllocatorDumpEdge&) const;
59 std::map<MemoryAllocatorDumpGuid, MemoryAllocatorDumpEdge>; argument
149 std::vector<MemoryAllocatorDumpEdge> GetAllEdgesForSerialization() const;
150 void SetAllEdgesForSerialization(const std::vector<MemoryAllocatorDumpEdge>&);
Dprocess_memory_dump.cc331 std::vector<ProcessMemoryDump::MemoryAllocatorDumpEdge>
333 std::vector<MemoryAllocatorDumpEdge> edges; in GetAllEdgesForSerialization()
341 const std::vector<ProcessMemoryDump::MemoryAllocatorDumpEdge>& edges) { in SetAllEdgesForSerialization()
343 for (const MemoryAllocatorDumpEdge& edge : edges) { in SetAllEdgesForSerialization()
377 const MemoryAllocatorDumpEdge& edge = it.second; in SerializeAllocatorDumpsInto()
499 bool ProcessMemoryDump::MemoryAllocatorDumpEdge::operator==( in operator ==()
500 const MemoryAllocatorDumpEdge& other) const { in operator ==()
505 bool ProcessMemoryDump::MemoryAllocatorDumpEdge::operator!=( in operator !=()
506 const MemoryAllocatorDumpEdge& other) const { in operator !=()