Lines Matching refs:size_t
76 size_t length) {
97 size_t length = args[1].As<Uint32>()->Value();
98 size_t len = 0;
100 for (size_t n = 0; n < ary->Length(); n++) {
109 size_t byte_length = view->ByteLength();
143 size_t start = args[0].As<Uint32>()->Value();
144 size_t end = args[1].As<Uint32>()->Value();
156 size_t len = length();
161 size_t total = 0;
175 BaseObjectPtr<Blob> Blob::Slice(Environment* env, size_t start, size_t end) {
181 size_t total = end - start;
182 size_t remaining = total;
192 size_t offset = entry.offset + start;
193 size_t len = std::min(remaining, entry.store->ByteLength() - offset);
210 size_t length)
250 size_t length = args[2].As<Uint32>()->Value();
341 size_t total = 0;
371 static constexpr size_t kMaxSyncLength = 4096;
372 static constexpr size_t kMaxEntryCount = 4;
422 size_t length_,