Home
last modified time | relevance | path

Searched defs:it_start (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/icing/icing/index/numeric/
H A Dinteger-index-storage.cc64 const std::vector<IntegerIndexData>::iterator& it_start, in FlushDataIntoPostingLists()
485 auto it_start = new_keys.cbegin(); in AddKeys() local
568 auto it_start = std::lower_bound(new_keys.cbegin(), new_keys.cend(), in AddKeys() local
1025 const std::vector<int64_t>::const_iterator& it_start, in AddKeysIntoBucketAndSplitIfNecessary()
H A Dinteger-index-bucket-util.cc89 void AppendNewBuckets(const std::vector<IntegerIndexData>::iterator& it_start, in AppendNewBuckets()
136 auto it_start = data.begin(); in Split() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/experimental/
Dsparse_view.hpp248 …const_subiterator_type it_start = boost::next(vector_view_traits<index_array_type>::begin(index2_d… in find_element() local
257 const_subiterator_type find_index_in_row(const_subiterator_type it_start in find_index_in_row()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/
Dbounded_pointer.hpp350 bounded_reference_cont(InputIterator it_start, InputIterator it_end) in bounded_reference_cont()
361 void assign(InputIterator it_start, InputIterator it_end) in assign()
/aosp_15_r20/external/libtextclassifier/native/annotator/translate/
H A Dtranslate.cc194 auto it_start = FindIndexOfNextWhitespaceOrPunctuation(text, iter_start, -1); in TokenAlignedSubstringAroundSpan() local
/aosp_15_r20/external/libtextclassifier/native/utils/
H A Dtoken-feature-extractor.cc276 UnicodeText::const_iterator it_start = feature_word_unicode.begin(); in ExtractCharactergramFeaturesUnicode() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DWindow.inl208 int it_start = work * id; local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dheap_simulator.cc890 auto it_start = free_chunks.lower_bound(used_chunk.offset); in FindChunkCandidate() local