Home
last modified time | relevance | path

Searched defs:it_end (Results 1 – 12 of 12) sorted by relevance

/external/icing/icing/index/numeric/
Dinteger-index-bucket-util.cc90 const std::vector<IntegerIndexData>::iterator& it_end, in AppendNewBuckets()
137 auto it_end = data.begin(); in Split() local
Dinteger-index-storage.cc64 const std::vector<IntegerIndexData>::iterator& it_end) { in FlushDataIntoPostingLists()
485 auto it_end = it_start; in AddKeys() local
529 auto it_end = it_start; in AddKeys() local
934 const std::vector<int64_t>::const_iterator& it_end, in AddKeysIntoBucketAndSplitIfNecessary()
/external/libtextclassifier/native/utils/utf8/
Dunicodetext.cc243 const const_iterator& it_end) { in UTF8Substring()
251 auto it_end = text.begin(); in Substring() local
258 const const_iterator& it_end, bool do_copy) { in Substring()
Dunicodetext_test.cc54 auto it_end = text.begin(); in TEST() local
69 auto it_end = text.begin(); in TEST() local
/external/libtextclassifier/native/annotator/translate/
Dtranslate.cc195 const auto it_end = FindIndexOfNextWhitespaceOrPunctuation(text, iter_end, 1); in TokenAlignedSubstringAroundSpan() local
/external/libtextclassifier/native/utils/
Dtoken-feature-extractor.cc277 UnicodeText::const_iterator it_end = feature_word_unicode.end(); in ExtractCharactergramFeaturesUnicode() local
/external/rust/cxx/tests/ffi/
Dtests.cc426 for (auto it = v.begin(), it_end = v.end(); it != it_end; it++) { in c_take_rust_vec_shared_forward_iterator() local
429 for (auto it = v.cbegin(), it_end = v.cend(); it != it_end; it++) { in c_take_rust_vec_shared_forward_iterator() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc888 auto it_end = free_chunks.lower_bound(used_chunk.chunk_end()); in FindChunkCandidate() local
/external/cronet/net/cookies/
Dcookie_monster.cc234 CookieMonster::CookieItVector::iterator it_end, in SortLeastRecentlyAccessed()
2124 CookieItVector::iterator it_end) { in GarbageCollectDeleteRange()
/external/cronet/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc1005 it_end = reflection1->MapEnd(const_cast<Message*>(&message1), in CompareMapFieldByMapReflection() local
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc1005 it_end = reflection1->MapEnd(const_cast<Message*>(&message1), in CompareMapFieldByMapReflection() local
/external/mesa3d/src/imgui/
Dimgui_draw.cpp1777 const int* it_end = in->Storage.end(); in UnpackBoolVectorToFlatIndexList() local