Searched defs:it_end (Results 1 – 12 of 12) sorted by relevance
| /external/icing/icing/index/numeric/ |
| D | integer-index-bucket-util.cc | 90 const std::vector<IntegerIndexData>::iterator& it_end, in AppendNewBuckets() 137 auto it_end = data.begin(); in Split() local
|
| D | integer-index-storage.cc | 64 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/ |
| D | unicodetext.cc | 243 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()
|
| D | unicodetext_test.cc | 54 auto it_end = text.begin(); in TEST() local 69 auto it_end = text.begin(); in TEST() local
|
| /external/libtextclassifier/native/annotator/translate/ |
| D | translate.cc | 195 const auto it_end = FindIndexOfNextWhitespaceOrPunctuation(text, iter_end, 1); in TokenAlignedSubstringAroundSpan() local
|
| /external/libtextclassifier/native/utils/ |
| D | token-feature-extractor.cc | 277 UnicodeText::const_iterator it_end = feature_word_unicode.end(); in ExtractCharactergramFeaturesUnicode() local
|
| /external/rust/cxx/tests/ffi/ |
| D | tests.cc | 426 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/ |
| D | heap_simulator.cc | 888 auto it_end = free_chunks.lower_bound(used_chunk.chunk_end()); in FindChunkCandidate() local
|
| /external/cronet/net/cookies/ |
| D | cookie_monster.cc | 234 CookieMonster::CookieItVector::iterator it_end, in SortLeastRecentlyAccessed() 2124 CookieItVector::iterator it_end) { in GarbageCollectDeleteRange()
|
| /external/cronet/third_party/protobuf/src/google/protobuf/util/ |
| D | message_differencer.cc | 1005 it_end = reflection1->MapEnd(const_cast<Message*>(&message1), in CompareMapFieldByMapReflection() local
|
| /external/protobuf/src/google/protobuf/util/ |
| D | message_differencer.cc | 1005 it_end = reflection1->MapEnd(const_cast<Message*>(&message1), in CompareMapFieldByMapReflection() local
|
| /external/mesa3d/src/imgui/ |
| D | imgui_draw.cpp | 1777 const int* it_end = in->Storage.end(); in UnpackBoolVectorToFlatIndexList() local
|