Home
last modified time | relevance | path

Searched refs:itLast (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorPool.cpp87 const auto itLast = nodes.rbegin(); in findAvailableMemory() local
88 ptrdiff_t itemStart = itLast->set - pool; in findAvailableMemory()
89 ptrdiff_t nextItemStart = itemStart + itLast->size; in findAvailableMemory()
207 const auto itLast = nodes.rbegin(); in computeTotalFreeSize() local
208 totalFreeSize += poolSize - ((itLast->set - pool) + itLast->size); in computeTotalFreeSize()
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp3276 ObjectValues::const_iterator itLast = value_.map_->end(); in size() local
3277 --itLast; in size()
3278 return (*itLast).first.index() + 1; in size()
3550 ObjectValues::iterator itLast = value_.map_->find(keyLast); in removeIndex() local
3551 value_.map_->erase(itLast); in removeIndex()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp3243 ObjectValues::const_iterator itLast = value_.map_->end(); in size() local
3244 --itLast; in size()
3245 return (*itLast).first.index() + 1; in size()
3517 ObjectValues::iterator itLast = value_.map_->find(keyLast); in removeIndex() local
3518 value_.map_->erase(itLast); in removeIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp3243 ObjectValues::const_iterator itLast = value_.map_->end(); in size() local
3244 --itLast; in size()
3245 return (*itLast).first.index() + 1; in size()
3517 ObjectValues::iterator itLast = value_.map_->find(keyLast); in removeIndex() local
3518 value_.map_->erase(itLast); in removeIndex()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp3243 ObjectValues::const_iterator itLast = value_.map_->end(); in size() local
3244 --itLast; in size()
3245 return (*itLast).first.index() + 1; in size()
3517 ObjectValues::iterator itLast = value_.map_->find(keyLast); in removeIndex() local
3518 value_.map_->erase(itLast); in removeIndex()

Completed in 23 milliseconds