Searched refs:pmd1 (Results 1 – 4 of 4) sorted by relevance
64 ProcessMemoryDump pmd1 = ProcessMemoryDump(kDetailedDumpArgs); in TEST() local65 pmd1.CreateAllocatorDump("mad1"); in TEST()66 pmd1.CreateAllocatorDump("mad2"); in TEST()67 pmd1.AddOwnershipEdge(MemoryAllocatorDumpGuid(42), in TEST()70 ProcessMemoryDump pmd2(std::move(pmd1)); in TEST()84 ProcessMemoryDump pmd1 = ProcessMemoryDump(kDetailedDumpArgs); in TEST() local85 pmd1.CreateAllocatorDump("mad1"); in TEST()86 pmd1.CreateAllocatorDump("mad2"); in TEST()87 pmd1.AddOwnershipEdge(MemoryAllocatorDumpGuid(42), in TEST()93 pmd2 = std::move(pmd1); in TEST()[all …]
54 RawProcessMemoryNode pmd1(kLevelOfDetail, std::move(edgesMap), in TEST() local57 RawProcessMemoryNode pmd2(std::move(pmd1)); in TEST()84 RawProcessMemoryNode pmd1(kLevelOfDetail, std::move(edgesMap), in TEST() local89 pmd2 = std::move(pmd1); in TEST()
8 _Nonnull int X::*pmd1; // expected-error{{nullability specifier '_Nonnull' cannot be applied to non… variable