Home
last modified time | relevance | path

Searched refs:checked_cast (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dchecked_cast.h152 inline T checked_cast(X &x) in checked_cast() function
157 inline T checked_cast(X const &x) in checked_cast() function
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_reader.cpp24 #include "checked_cast.h"
212 uint64_t numBytesToWrite = std::min<uint64_t>(remainingCapacity, checked_cast<uint64_t>(numBytesRead)); in ExtractCurrentEntry()
216 if (remainingCapacity == checked_cast<uint64_t>(numBytesRead)) { in ExtractCurrentEntry()

Completed in 2 milliseconds