Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h124 auto cend() const { return const_iterator(&mOutput, mOutput.getOutputLayerCount()); } in cend() function
/frameworks/native/include/ftl/details/
Darray_traits.h113 const_iterator cend() const { return self().end(); } in cend() function
/frameworks/native/include/ftl/
Dsmall_map.h131 const_iterator cend() const { return map_.cend(); } in cend() function