Home
last modified time | relevance | path

Searched refs:IsInList (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DLinkedListTests.cpp359 TEST(LinkedList, IsInList) { in TEST() argument
364 EXPECT_FALSE(n.IsInList()); in TEST()
366 EXPECT_TRUE(n.IsInList()); in TEST()
368 EXPECT_FALSE(n.IsInList()); in TEST()
/third_party/skia/third_party/externals/dawn/src/common/
DLinkedList.h138 bool IsInList() const { in IsInList() function
145 if (!IsInList()) { in RemoveFromList()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPageableD3D12.cpp62 return IsInList(); in IsInResidencyLRUCache()
DResidencyManagerD3D12.cpp347 ASSERT(pageable->IsInList() == false); in TrackResidentAllocation()
DBufferD3D12.cpp395 return heap->IsInList() || heap->IsResidencyLocked(); in CheckIsResidentForTesting()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DObjectBase.cpp70 return IsInList(); in IsAlive()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DObjectAllocator.h67 ASSERT(obj->IsInList()); in Free()