Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.cpp157 SlabAllocatorImpl::Slab* originalPrev = this->prev; in Splice() local
163 ASSERT(originalPrev != nullptr); in Splice()
167 originalNext->prev = originalPrev; in Splice()
171 originalPrev->next = originalNext; in Splice()
/third_party/cJSON/tests/
Dmisc_tests.c359 struct cJSON *originalPrev; in cjson_functions_should_not_crash_with_null_pointers() local
364 originalPrev = item2->prev; in cjson_functions_should_not_crash_with_null_pointers()
452 item2->prev = originalPrev; in cjson_functions_should_not_crash_with_null_pointers()