Home
last modified time | relevance | path

Searched defs:end (Results 26 – 50 of 14721) sorted by relevance

12345678910>>...589

/aosp_15_r20/dalvik/dx/src/com/android/dx/util/
H A DByteArrayAnnotatedOutput.java166 int end = writeAt + 1; in writeByte() local
183 int end = writeAt + 2; in writeShort() local
201 int end = writeAt + 4; in writeInt() local
221 int end = writeAt + 8; in writeLong() local
272 int end = writeAt + blen; in write() local
289 int end = writeAt + length; in write() local
323 int end = cursor + count; in writeZeroes() local
349 int end = (cursor + mask) & ~mask; in alignTo() local
509 int end; in writeAnnotationsTo() local
578 private int end; field in ByteArrayAnnotatedOutput.Annotation
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dkernel_support_library.h58 absl::string_view name, llvm::Value* start, llvm::Value* end, in For()
72 absl::string_view name, int64_t start, int64_t end, int64_t step, in ForWithStatus()
81 absl::string_view name, int64_t start, int64_t end, int64_t step, in For()
110 void For(absl::string_view name, llvm::Value* start, llvm::Value* end, in For()
124 absl::string_view name, llvm::Value* start, llvm::Value* end, in ForWithStatus()
135 void For(absl::string_view name, llvm::Value* start, llvm::Value* end, in For()
146 absl::string_view name, llvm::Value* start, llvm::Value* end, in ForWithStatus()
157 absl::string_view name, llvm::Value* start, llvm::Value* end, in For()
167 absl::string_view name, llvm::Value* start, llvm::Value* end, in ForWithStatus()
179 absl::string_view name, llvm::Value* start, llvm::Value* end, in For()
[all …]
/aosp_15_r20/packages/apps/Calendar/tests/src/com/android/calendar/
DUtilsTests.java212 long end = createTimeInMillis(0, 0, 18, 12, 3, 2000); in testGetDisplayedDatetime_differentYear() local
229 long end = createTimeInMillis(0, 0, 18, 12, 3, 2012); in testGetDisplayedDatetime_sameYear() local
239 long end = createTimeInMillis(0, 0, 18, NOW_DAY, NOW_MONTH, NOW_YEAR); in testGetDisplayedDatetime_today() local
249 long end = createTimeInMillis(0, 0, 0, NOW_DAY + 1, NOW_MONTH, NOW_YEAR); in testGetDisplayedDatetime_todayMidnight() local
259 long end = createTimeInMillis(0, 59, 23, NOW_DAY + 1, NOW_MONTH, NOW_YEAR); in testGetDisplayedDatetime_tomorrow() local
269 long end = createTimeInMillis(0, 0, 18, 9, 3, 2012); in testGetDisplayedDatetime_yesterday() local
279 long end = createTimeInMillis(0, 1, 0, NOW_DAY + 1, NOW_MONTH, NOW_YEAR); in testGetDisplayedDatetime_multiDay() local
289 long end = createTimeInMillis(0, 0, 0, 3, 3, NOW_YEAR, Time.TIMEZONE_UTC); in testGetDisplayedDatetime_allDay() local
299 long end = createTimeInMillis(0, 0, 0, NOW_DAY + 1, NOW_MONTH, NOW_YEAR, Time.TIMEZONE_UTC); in testGetDisplayedDatetime_allDayToday() local
309 long end = createTimeInMillis(0, 0, 0, NOW_DAY + 3, NOW_MONTH, NOW_YEAR, Time.TIMEZONE_UTC); in testGetDisplayedDatetime_allDayMultiday() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.zip/
H A Dtypes.h44 constexpr int* end() in end() function
49 constexpr const int* end() const { return buffer_ + size_; } in end() function
73 constexpr iterator end() in end() function
77 constexpr const_iterator end() const { return const_iterator(buffer_ + size_); } in end() function
97 constexpr sentinel_wrapper<int*> end() in end() function
101 …constexpr sentinel_wrapper<const int*> end() const { return sentinel_wrapper<const int*>(buffer_ +… in end() function
121 constexpr sentinel_wrapper<int*> end() in end() function
125 …constexpr sentinel_wrapper<const int*> end() const { return sentinel_wrapper<const int*>(buffer_ +… in end() function
152 constexpr sentinel_wrapper<iterator> end() in end() function
156 constexpr sentinel_wrapper<const_iterator> end() const { in end() function
[all …]
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/
DSleepSessionFormatterTest.kt94 val end = NOW.plus(1, ChronoUnit.HOURS) in <lambda>() constant
105 val end = NOW.plus(1, ChronoUnit.HOURS) in <lambda>() constant
116 val end = NOW.plus(1, ChronoUnit.HOURS) in <lambda>() constant
127 val end = NOW.plus(1, ChronoUnit.HOURS) in <lambda>() constant
138 val end = NOW.plus(1, ChronoUnit.HOURS) in <lambda>() constant
149 val end = NOW.plus(1, ChronoUnit.HOURS) in <lambda>() constant
160 val end = NOW.plus(1, ChronoUnit.HOURS) in <lambda>() constant
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/lexical_cast/include/boost/lexical_cast/detail/
Dinf_nan.hpp52 inline bool parse_inf_nan_impl(const CharT* begin, const CharT* end, T& value in parse_inf_nan_impl()
103 bool put_inf_nan_impl(CharT* begin, CharT*& end, const T& value in put_inf_nan_impl()
134 bool parse_inf_nan(const wchar_t* begin, const wchar_t* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan()
142 bool put_inf_nan(wchar_t* begin, wchar_t*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan()
149 bool parse_inf_nan(const char16_t* begin, const char16_t* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan()
157 bool put_inf_nan(char16_t* begin, char16_t*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan()
163 bool parse_inf_nan(const char32_t* begin, const char32_t* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan()
171 bool put_inf_nan(char32_t* begin, char32_t*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan()
177 bool parse_inf_nan(const CharT* begin, const CharT* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan()
185 bool put_inf_nan(CharT* begin, CharT*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan()
/aosp_15_r20/external/mesa3d/src/imagination/csbgen/
H A Dpvr_packet_helpers.h65 uint32_t end) in __pvr_mbo()
71 __pvr_uint(uint64_t v, uint32_t start, NDEBUG_UNUSED uint32_t end) in __pvr_uint()
87 __pvr_uint_unpack(uint64_t packed, uint32_t start, uint32_t end) in __pvr_uint_unpack()
96 __pvr_sint(int64_t v, uint32_t start, uint32_t end) in __pvr_sint()
116 __pvr_sint_unpack(uint64_t packed, uint32_t start, uint32_t end) in __pvr_sint_unpack()
127 NDEBUG_UNUSED uint32_t end) in __pvr_offset()
142 NDEBUG_UNUSED uint32_t end) in __pvr_offset_unpack()
157 uint32_t end) in __pvr_address()
169 uint32_t end) in __pvr_address_unpack()
190 __pvr_sfixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) in __pvr_sfixed()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/text/
H A DSpannableStringBuilder.java60 public SpannableStringBuilder(CharSequence text, int start, int end) { in SpannableStringBuilder()
186 int end = mSpanEnds[i]; in moveGapTo() local
220 public SpannableStringBuilder insert(int where, CharSequence tb, int start, int end) { in insert()
230 public SpannableStringBuilder delete(int start, int end) { in delete()
290 public SpannableStringBuilder append(CharSequence text, int start, int end) { in append()
301 private boolean removeSpansForChange(int start, int end, boolean textIsRemoved, int i) { in removeSpansForChange()
326 private void change(int start, int end, CharSequence cs, int csStart, int csEnd) { in change()
481 int end = mSpanEnds[i]; in removeSpan() local
507 public SpannableStringBuilder replace(int start, int end, CharSequence tb) { in replace()
512 public SpannableStringBuilder replace(final int start, final int end, in replace()
[all …]
H A DSelection.java201 int end = getSelectionEnd(text); in moveUp() local
233 private static void setSelectionAndMemory(Spannable text, Layout layout, int line, int end, in setSelectionAndMemory()
272 int end = getSelectionEnd(text); in moveDown() local
308 int end = getSelectionEnd(text); in moveLeft() local
333 int end = getSelectionEnd(text); in moveRight() local
361 int end = getSelectionEnd(text); in moveToParagraphStart() local
388 int end = getSelectionEnd(text); in moveToParagraphEnd() local
413 int end = getSelectionEnd(text); in extendToParagraphStart() local
432 int end = getSelectionEnd(text); in extendToParagraphEnd() local
449 int end = getSelectionEnd(text); in extendUp() local
[all …]
/aosp_15_r20/external/mesa3d/src/util/
H A Dbitpack_helpers.h47 util_bitpack_ones(uint32_t start, uint32_t end) in util_bitpack_ones()
53 util_bitpack_uint(uint64_t v, uint32_t start, UNUSED uint32_t end) in util_bitpack_uint()
69 util_bitpack_uint_nonzero(uint64_t v, uint32_t start, uint32_t end) in util_bitpack_uint_nonzero()
76 util_bitpack_sint(int64_t v, uint32_t start, uint32_t end) in util_bitpack_sint()
96 util_bitpack_sint_nonzero(int64_t v, uint32_t start, uint32_t end) in util_bitpack_sint_nonzero()
119 util_bitpack_sfixed(float v, uint32_t start, uint32_t end, in util_bitpack_sfixed()
140 util_bitpack_sfixed_clamp(float v, uint32_t start, uint32_t end, in util_bitpack_sfixed_clamp()
158 util_bitpack_sfixed_nonzero(float v, uint32_t start, uint32_t end, in util_bitpack_sfixed_nonzero()
166 util_bitpack_ufixed(float v, uint32_t start, ASSERTED uint32_t end, in util_bitpack_ufixed()
186 util_bitpack_ufixed_clamp(float v, uint32_t start, ASSERTED uint32_t end, in util_bitpack_ufixed_clamp()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.access/
H A Dend.pass.cpp44 constexpr const int *end() const { return &x; } in end() function
126 constexpr int *end() { return &x; } in end() function
135 constexpr int *end() const { return &globalBuff[0]; } in end() function
144 constexpr const int *end() const { return &x; } in end() function
158 constexpr const Empty *end() const { return &x; } in end() function
188 friend constexpr const int *end(EndFunction const& bf) { return &bf.x; } in end() function
231 friend constexpr int *end(EndFunctionByValue) { return &globalBuff[1]; } in end() function
237 friend constexpr int *end(EndFunctionEnabledBorrowing) { return &globalBuff[2]; } in end() function
245 friend constexpr const Empty *end(EndFunctionReturnsEmptyPtr const& bf) { return &bf.x; } in end() function
250 int end; member
[all …]
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-buffer-serialize.cc104 unsigned int end, in _hb_buffer_serialize_glyphs_json()
207 unsigned int end, in _hb_buffer_serialize_unicode_json()
260 unsigned int end, in _hb_buffer_serialize_glyphs_text()
354 unsigned int end, in _hb_buffer_serialize_unicode_text()
461 unsigned int end, in hb_buffer_serialize_glyphs()
563 unsigned int end, in hb_buffer_serialize_unicode()
605 unsigned int end, in _hb_buffer_serialize_invalid()
661 unsigned int end, in hb_buffer_serialize()
688 parse_int (const char *pp, const char *end, int32_t *pv) in parse_int()
700 parse_uint (const char *pp, const char *end, uint32_t *pv) in parse_uint()
[all …]
/aosp_15_r20/system/keymaster/include/keymaster/
H A Dserializable.h99 inline uint8_t* append_uint32_to_buf(uint8_t* buf, const uint8_t* end, T value) { in append_uint32_to_buf()
107 inline uint8_t* append_uint64_to_buf(uint8_t* buf, const uint8_t* end, uint64_t value) { in append_uint64_to_buf()
117 inline uint8_t* append_size_and_data_to_buf(uint8_t* buf, const uint8_t* end, const void* data, in append_size_and_data_to_buf()
129 uint8_t* append_collection_to_buf(uint8_t* buf, const uint8_t* end, const T& value) { in append_collection_to_buf()
144 inline uint8_t* append_uint32_array_to_buf(uint8_t* buf, const uint8_t* end, const T* data, in append_uint32_array_to_buf()
181 inline bool copy_uint32_from_buf(const uint8_t** buf_ptr, const uint8_t* end, T* value) { in copy_uint32_from_buf()
192 inline bool copy_uint64_from_buf(const uint8_t** buf_ptr, const uint8_t* end, uint64_t* value) { in copy_uint64_from_buf()
203 inline bool copy_uint32_array_from_buf(const uint8_t** buf_ptr, const uint8_t* end, in copy_uint32_array_from_buf()
225 bool copy_collection_from_buf(const uint8_t** buf_ptr, const uint8_t* end, T* value) { in copy_collection_from_buf()
286 const uint8_t* end() const { return peek_read() + available_read(); } in end() function
/aosp_15_r20/external/cpuinfo/src/arm/linux/
H A Dchipset.c116 const char* start, const char* end, in match_msm_apq()
202 const char* start, const char* end, in match_sdm()
249 const char* start, const char* end, in match_sm()
338 const char* start, const char* end, in match_qualcomm_special()
372 const char* start, const char* end, in match_samsung_exynos()
453 const char* start, const char* end, in match_exynos()
506 const char* start, const char* end, in match_universal()
565 const char* start, const char* end, uint32_t cores, in match_and_parse_smdk()
633 const char* start, const char* end, bool match_end, in match_mt()
736 const char* start, const char* end, in match_kirin()
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DRangeFactories.cpp25 Tensor& linspace_out(const Tensor& start, const Tensor& end, int64_t steps, Tensor& result) { in linspace_out()
31 Tensor& linspace_out(const Tensor& start, const Scalar& end, int64_t steps, Tensor& result) { in linspace_out()
37 Tensor& linspace_out(const Scalar& start, const Tensor& end, int64_t steps, Tensor& result) { in linspace_out()
43 Tensor& linspace_out(const Scalar& start, const Scalar& end, int64_t steps, Tensor& result) { in linspace_out()
69 Tensor& logspace_out(const Tensor& start, const Tensor& end, int64_t steps, double base, Tensor& re… in logspace_out()
75 Tensor& logspace_out(const Tensor& start, const Scalar& end, int64_t steps, double base, Tensor& re… in logspace_out()
81 Tensor& logspace_out(const Scalar& start, const Tensor& end, int64_t steps, double base, Tensor& re… in logspace_out()
87 Tensor& logspace_out(const Scalar& start, const Scalar& end, int64_t steps, double base, Tensor& re… in logspace_out()
153 Tensor& range_out(const Scalar& start, const Scalar& end, const Scalar& step, Tensor& result) { in range_out()
192 Tensor& range_out_no_step(const Scalar& start, const Scalar& end, Tensor& result) { in range_out_no_step()
[all …]
/aosp_15_r20/system/libcppbor/include/cppbor/
H A Dcppbor.h278 inline uint8_t* encodeHeader(uint64_t addlInfo, uint8_t* pos, const uint8_t* end) const { in encodeHeader()
308 uint8_t* encode(uint8_t* pos, const uint8_t* end) const override { in encode()
355 uint8_t* encode(uint8_t* pos, const uint8_t* end) const override { in encode()
392 uint8_t* encode(uint8_t* pos, const uint8_t* end) const override { in encode()
439 Bstr(I1 begin, I2 end) : mValue(begin, end) {} in Bstr()
487 ViewBstr(I1 begin, I2 end) : mView(begin, end) {} in ViewBstr()
490 ViewBstr(const uint8_t* begin, const uint8_t* end) : mView(begin, std::distance(begin, end)) {} in ViewBstr()
546 Tstr(I1 begin, I2 end) : mValue(begin, end) {} in Tstr()
590 ViewTstr(I1 begin, I2 end) : mView(begin, end) {} in ViewTstr()
593 ViewTstr(const uint8_t* begin, const uint8_t* end) in ViewTstr()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.join/
H A Dtypes.h45 constexpr sentinel end() { return sentinel(iterator(ptr_ + 4)); } in end() function
46 constexpr const_sentinel end() const { return const_sentinel(const_iterator(ptr_ + 4)); } in end() function
78 constexpr sentinel end() { return sentinel(iterator(ptr_ + size_)); } in end() function
79 constexpr const_sentinel end() const { return const_sentinel(const_iterator(ptr_ + size_)); } in end() function
101 constexpr sentinel end() { return sentinel(iterator(ptr_ + size_)); } in end() function
102 constexpr const_sentinel end() const { return const_sentinel(const_iterator(ptr_ + size_)); } in end() function
118 constexpr sentinel end() { return sentinel(iterator(ptr_ + 4)); } in end() function
119 constexpr const_sentinel end() const { return const_sentinel(const_iterator(ptr_ + 4)); } in end() function
172 constexpr sentinel end() const { return sentinel(InputValueIter<T>(ptr_.ptr_ + 4)); } in end() function
192 constexpr NonConstSent end() in end() function
[all …]
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utiltests/
DLocalDateTimeFormatterTest.kt131 val end = time.plus(1, ChronoUnit.HOURS) in <lambda>() constant
138 val end = time.plus(1, ChronoUnit.HOURS) in <lambda>() constant
145 val end = time.plus(1, ChronoUnit.HOURS) in <lambda>() constant
152 val end = time.plus(1, ChronoUnit.HOURS) in <lambda>() constant
159 val end = time.plus(10, ChronoUnit.DAYS) in <lambda>() constant
166 val end = time.plus(10, ChronoUnit.DAYS) in <lambda>() constant
/aosp_15_r20/frameworks/native/libs/binder/rust/tests/
H A Dserialization.cpp115 int32_t end; in TEST_F() local
148 int32_t end; in TEST_F() local
176 int32_t end; in TEST_F() local
204 int32_t end; in TEST_F() local
232 int32_t end; in TEST_F() local
260 int32_t end; in TEST_F() local
287 int32_t end; in TEST_F() local
314 int32_t end; in TEST_F() local
348 int32_t end; in TEST_F() local
376 int32_t end; in TEST_F() local
[all …]
/aosp_15_r20/external/mbedtls/library/
H A Dpkcs7.c40 static int pkcs7_get_next_content_len(unsigned char **p, unsigned char *end, in pkcs7_get_next_content_len()
61 static int pkcs7_get_version(unsigned char **p, unsigned char *end, int *ver) in pkcs7_get_version()
84 static int pkcs7_get_content_info_type(unsigned char **p, unsigned char *end, in pkcs7_get_content_info_type()
118 static int pkcs7_get_digest_algorithm(unsigned char **p, unsigned char *end, in pkcs7_get_digest_algorithm()
134 unsigned char *end, in pkcs7_get_digest_algorithm_set()
170 static int pkcs7_get_certificates(unsigned char **p, unsigned char *end, in pkcs7_get_certificates()
223 static int pkcs7_get_signature(unsigned char **p, unsigned char *end, in pkcs7_get_signature()
277 static int pkcs7_get_signer_info(unsigned char **p, unsigned char *end, in pkcs7_get_signer_info()
377 static int pkcs7_get_signers_info_set(unsigned char **p, unsigned char *end, in pkcs7_get_signers_info_set()
455 unsigned char *end = buf + buflen; in pkcs7_get_signed_data() local
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpkcs7.c40 static int pkcs7_get_next_content_len(unsigned char **p, unsigned char *end, in pkcs7_get_next_content_len()
61 static int pkcs7_get_version(unsigned char **p, unsigned char *end, int *ver) in pkcs7_get_version()
84 static int pkcs7_get_content_info_type(unsigned char **p, unsigned char *end, in pkcs7_get_content_info_type()
118 static int pkcs7_get_digest_algorithm(unsigned char **p, unsigned char *end, in pkcs7_get_digest_algorithm()
134 unsigned char *end, in pkcs7_get_digest_algorithm_set()
170 static int pkcs7_get_certificates(unsigned char **p, unsigned char *end, in pkcs7_get_certificates()
223 static int pkcs7_get_signature(unsigned char **p, unsigned char *end, in pkcs7_get_signature()
277 static int pkcs7_get_signer_info(unsigned char **p, unsigned char *end, in pkcs7_get_signer_info()
377 static int pkcs7_get_signers_info_set(unsigned char **p, unsigned char *end, in pkcs7_get_signers_info_set()
455 unsigned char *end = buf + buflen; in pkcs7_get_signed_data() local
[all …]
/aosp_15_r20/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_cred.c110 const u8 *pos, *end; in tlsv1_add_cert() local
268 const u8 *pos, *end; in tlsv1_set_key_pem() local
309 const u8 *pos, *end; in tlsv1_set_key_enc_pem() local
449 const u8 *pos, *end; in pkcs12_certbag() local
515 static int pkcs12_parse_attr_friendly_name(const u8 *pos, const u8 *end) in pkcs12_parse_attr_friendly_name()
540 static int pkcs12_parse_attr_local_key_id(const u8 *pos, const u8 *end) in pkcs12_parse_attr_local_key_id()
567 const u8 *end = pos + len; in pkcs12_parse_attr() local
612 const u8 *pos = buf, *end = buf + len; in pkcs12_safebag() local
683 const u8 *pos, *end; in pkcs12_safecontents() local
719 const u8 *pos, const u8 *end, in pkcs12_parse_content_data()
[all …]
/aosp_15_r20/external/curl/lib/vtls/
H A Dx509asn1.c182 const char *beg, const char *end) in getASN1Element()
269 const char *beg, const char *end) in bool2str()
282 const char *beg, const char *end) in octet2str()
293 const char *beg, const char *end) in bit2str()
308 const char *beg, const char *end) in int2str()
338 utf8asn1str(struct dynbuf *to, int type, const char *from, const char *end) in utf8asn1str()
420 const char *beg, const char *end) in encodeOID()
456 const char *beg, const char *end, bool symbolic) in OID2str()
481 const char *beg, const char *end) in GTime2str()
561 const char *beg, const char *end) in Curl_x509_GTime2str()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DRangeMap.h191 auto end = m_entries.end(); in Insert() local
224 typename Collection::const_iterator pos, end, prev; in IsSorted() local
284 typename Collection::iterator pos, end; in Slide() local
323 typename Collection::const_iterator end = m_entries.end(); in FindEntryIndexThatContains() local
345 typename Collection::const_iterator end = m_entries.end(); in FindEntryThatContains() local
367 typename Collection::const_iterator end = m_entries.end(); in FindEntryThatContains() local
385 const_iterator end() const { return m_entries.end(); } in end() function
398 auto end = m_entries.end(); in CombinePrevAndNext() local
453 bool Erase(uint32_t start, uint32_t end) { in Erase()
476 typename Collection::const_iterator pos, end, prev; in IsSorted() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DRangeMap.h191 auto end = m_entries.end(); in Insert() local
224 typename Collection::const_iterator pos, end, prev; in IsSorted() local
284 typename Collection::iterator pos, end; in Slide() local
323 typename Collection::const_iterator end = m_entries.end(); in FindEntryIndexThatContains() local
345 typename Collection::const_iterator end = m_entries.end(); in FindEntryThatContains() local
367 typename Collection::const_iterator end = m_entries.end(); in FindEntryThatContains() local
385 const_iterator end() const { return m_entries.end(); } in end() function
398 auto end = m_entries.end(); in CombinePrevAndNext() local
453 bool Erase(uint32_t start, uint32_t end) { in Erase()
476 typename Collection::const_iterator pos, end, prev; in IsSorted() local
[all …]

12345678910>>...589