Home
last modified time | relevance | path

Searched defs:cend (Results 1 – 19 of 19) sorted by relevance

/aosp12/bootable/recovery/otautil/include/otautil/
H A Drangeset.h81 std::vector<Range>::const_iterator cend() const { in cend() function
/aosp12/system/tools/xsdc/utils/include/xsdc/
H A DXsdcSupport.h49 constexpr auto cend() const { return end(); } in cend() function
/aosp12/art/libartbase/base/
H A Diteration_range.h41 iterator cend() const { return last_; } in cend() function
H A Darray_ref.h124 const_iterator cend() const { return array_ + size_; } in cend() function
H A Darray_slice.h78 const_iterator cend() const { return const_iterator(&AtUnchecked(size_), element_size_); } in cend() function
H A Dtransform_array_ref.h97 const_iterator cend() const { return MakeIterator(base().cend()); } in cend() function
H A Dintrusive_forward_list.h172 const_iterator cend() const { return const_iterator(nullptr); } in cend() function
/aosp12/system/chre/util/include/chre/util/
H A Dpriority_queue_impl.h147 PriorityQueue<ElementType, CompareFunction>::cend() const { in cend() function
H A Dfixed_size_vector_impl.h192 FixedSizeVector<ElementType, kCapacity>::cend() const { in cend() function
H A Darray_queue_impl.h230 ArrayQueue<ElementType, kCapacity>::cend() const { in cend() function
H A Ddynamic_vector_impl.h386 DynamicVector<ElementType>::cend() const { in cend() function
/aosp12/frameworks/native/include/ftl/
H A Dsmall_map.h114 const_iterator cend() const { return map_.cend(); } in cend() function
H A Darray_traits.h77 const_iterator cend() const { return self().end(); } in cend() function
/aosp12/art/runtime/mirror/
H A Dobject_array-inl.h339 inline ConstObjPtrArrayIter<T> ObjectArray<T>::cend() const { in cend() function
347 inline ConstHandleArrayIter<T> ObjectArray<T>::cend(const Handle<ObjectArray<T>>& h_this) { in cend() function
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DOutput.h118 auto cend() const { return const_iterator(&mOutput, mOutput.getOutputLayerCount()); } in cend() function
/aosp12/bootable/recovery/applypatch/include/applypatch/
H A Dimgdiff_image.h189 std::vector<ImageChunk>::const_iterator cend() const { in cend() function
/aosp12/art/runtime/gc/accounting/
H A Dcard_table_test.cc117 for (uint8_t* cend = HeapLimit() - delta; cend < HeapLimit(); cend += CardTable::kCardSize) { in TEST_F() local
/aosp12/art/runtime/jit/
H A Djit_code_cache.h159 ArrayRef<const Entry>::const_iterator cend() const { in cend() function
/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs.h136 constexpr const_iterator cend() const { return end(); } in cend() function