Home
last modified time | relevance | path

Searched refs:iterator_category (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Diterator.h46 using iterator_category = random_access_iterator_tag; variable
144 using iterator_category = random_access_iterator_tag; variable
258 using iterator_category = typename Iter::iterator_category; variable
367 using iterator_category = typename Iter::iterator_category; variable
H A Dunordered_map.h54 using iterator_category = forward_iterator_tag; variable
117 using iterator_category = forward_iterator_tag; variable
H A Dvector.h1220 …struct has_iterator_category<Iterator, void_t<typename Iterator::iterator_category>> : BASE_NS::tr…
1221 using category = typename Iterator::iterator_category;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Darray_view.h30 using iterator_category = std::forward_iterator_tag; member