Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
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/jsoncpp/src/lib_json/
Djson_value.cpp870 ObjectValues::const_iterator itLast = value_.map_->end(); in size() local
871 --itLast; in size()
872 return (*itLast).first.index() + 1; in size()
1217 auto itLast = value_.map_->find(keyLast); in removeIndex() local
1218 value_.map_->erase(itLast); in removeIndex()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
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/spirv-headers/tools/buildHeaders/jsoncpp/dist/
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/protobuf/conformance/third_party/jsoncpp/
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/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
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()