Home
last modified time | relevance | path

Searched defs:start_it (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/cronet/third_party/quic_trace/src/tools/render/
H A Dprocessed_trace.cc174 auto start_it = absl::c_lower_bound(trace_->events(), key_event, compare); in SummaryTable() local
223 auto start_it = absl::c_lower_bound(rendered_packets_, key); in FindPacketContainingPoint() local
/aosp_15_r20/external/libtextclassifier/native/utils/
H A Dtokenizer-utils.h71 UnicodeText::const_iterator start_it = input_unicode.begin(); in TokenizeWithFilter() local
/aosp_15_r20/external/perfetto/src/trace_processor/importers/systrace/
H A Dsystrace_trace_parser.cc97 auto start_it = partial_buf_.begin(); in Parse() local
/aosp_15_r20/external/libtextclassifier/native/actions/
H A Dngram-model.cc147 const auto start_it = FirstTokenIterator(model_, 0); in GetFirstTokenMatches() local
/aosp_15_r20/external/pytorch/c10/mobile/
H A DCPUProfilingAllocator.cpp213 auto start_it = free_end_offset_to_size_iter.find(freed_offset); in formulate_greedy_allocation_plan() local
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_path_watcher_linux.cc558 std::map<FilePath, InotifyReader::Watch>::iterator start_it = in UpdateRecursiveWatches() local
/aosp_15_r20/external/stg/
H A Delf_reader.cc347 const auto start_it = address_name_to_index.lower_bound( in MaybeAddTypeInfo() local
/aosp_15_r20/external/cronet/base/files/
H A Dfile_path_watcher_inotify.cc721 auto start_it = recursive_watches_by_path_.upper_bound(changed_dir); in UpdateRecursiveWatches() local
/aosp_15_r20/external/pdfium/xfa/fde/
H A Dcfde_texteditengine.cpp910 auto start_it = text_piece_info_.begin(); in GetIndexForPoint() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dunpickler.cpp398 auto start_it = stack_.begin() + static_cast<std::ptrdiff_t>(start); in readInstruction() local