Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Darray_view.h29 struct Iterator { struct
36 Iterator(pointer ptr) : m_ptr(ptr) {} in Iterator() argument
53 Iterator tmp = *this; argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_entity_manager.h52 using Iterator = BASE_NS::IGenericIterator<const IEntityManager>; in CORE_BEGIN_NAMESPACE() local
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/scanline/
H A Dgeometry_scanline.h53 using Iterator = SpanBlock* ; variable