Lines Matching defs:end
495 if (entry != cached_code_map_.end() && entry->second) {
898 std::replace(absolute_path.begin(), absolute_path.end(), '\\', '/');
912 std::copy(segments.begin(), segments.end() - 1,
1006 CHECK(specifier_it != d->module_to_specifier_map.end());
1013 CHECK(module_it != d->module_map.end());
1041 CHECK(specifier_it != d->module_to_specifier_map.end());
1133 CHECK(json_value_it != d->json_module_to_parsed_json_map.end());
1263 CHECK(specifier_it != d->module_to_specifier_map.end());
1319 if (module_it != d->module_map.end()) {
1381 if (module_it != d->module_map.end()) {
1544 for (auto it = unhandled_promises_.begin(); it != unhandled_promises_.end();
2157 // The start address is exclusive and the end address inclusive.
2335 // not been fully read into the buffer yet (does not end with '\n').
2789 int end = message->GetEndColumn(context).FromJust();
2790 for (int i = start; i < end; i++) {
2855 if (map_entry != counter_map_->end()) {
3422 debug::Location end =
3425 int end_line = end.GetLineNumber();
3480 counter_map_->begin(), counter_map_->end());
3481 std::sort(counters.begin(), counters.end());
4951 to->insert(to->end(), std::make_move_iterator(backing_stores_.begin()),
4952 std::make_move_iterator(backing_stores_.end()));
5047 if (std::find(array_buffers_.begin(), array_buffers_.end(),
5048 array_buffer) != array_buffers_.end()) {
5246 if (it != running_workers_.end()) running_workers_.erase(it);