Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTBlockList.h347 T& toMove = GetItem(headBlock, i); in concat() local
348 this->push_back(std::move(toMove)); in concat()
351 toMove.~T(); // NOLINT(bugprone-use-after-move): calling dtor always allowed in concat()