/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | array_view.h | 29 struct Iterator { struct 36 Iterator(pointer ptr) : m_ptr(ptr) {} in Iterator() function 46 Iterator& operator++() 51 Iterator operator++(int) 53 Iterator tmp = *this; argument 57 friend bool operator==(const Iterator& a, const Iterator& b) 61 friend bool operator!=(const Iterator& a, const Iterator& b) 78 using iterator = Iterator; 79 using const_iterator = Iterator;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/ |
H A D | entity_manager.h | 51 Iterator::Ptr Begin(IteratorType type) const override; in CORE_BEGIN_NAMESPACE() 52 Iterator::Ptr End(IteratorType type) const override; in CORE_BEGIN_NAMESPACE() 87 class IteratorImpl final : public Iterator { in CORE_BEGIN_NAMESPACE() 95 bool Compare(const Iterator::Ptr&) const override; in CORE_BEGIN_NAMESPACE() 98 Iterator::Ptr Clone() const override; in CORE_BEGIN_NAMESPACE() 100 Iterator::Ptr MakeIterator(uint32_t index, IteratorType type) const; in CORE_BEGIN_NAMESPACE()
|
H A D | entity_manager.cpp | 354 bool EntityManager::IteratorImpl::Compare(const Iterator::Ptr& other) const in Compare() 390 IEntityManager::Iterator::Ptr EntityManager::MakeIterator(uint32_t index, IteratorType type) const in MakeIterator() 392 auto del = [](Iterator* it) { delete static_cast<EntityManager::IteratorImpl*>(it); }; in MakeIterator() 397 IEntityManager::Iterator::Ptr EntityManager::IteratorImpl::Clone() const in Clone() 402 IEntityManager::Iterator::Ptr EntityManager::Begin(IteratorType type) const in Begin() 407 IEntityManager::Iterator::Ptr EntityManager::End(IteratorType type) const in End()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/cpp_ext/ |
H A D | algorithm_ext.h | 21 template<class Iterator, class UnaryPredicate> 22 inline bool AnyOf(Iterator first, Iterator last, UnaryPredicate p) // implementation of std::any_of… in AnyOf()
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/cpp_ext/ |
H A D | algorithm_ext.h | 21 template<class Iterator, class UnaryPredicate> 22 inline bool AnyOf(Iterator first, Iterator last, UnaryPredicate p) // implementation of std::any_of… in AnyOf()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/ |
H A D | intf_entity_manager.h | 52 using Iterator = BASE_NS::IGenericIterator<const IEntityManager>; in CORE_BEGIN_NAMESPACE() local 103 virtual Iterator::Ptr Begin(IteratorType type = IteratorType::ALIVE) const = 0; in CORE_BEGIN_NAMESPACE() 104 virtual Iterator::Ptr End(IteratorType type = IteratorType::ALIVE) const = 0; in CORE_BEGIN_NAMESPACE() 111 using EntityIterator = BASE_NS::IIterator<CORE_NS::IEntityManager::Iterator>;
|
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
H A D | ResourceConfiguration.java | 25 import java.util.Iterator; 51 Iterator<JsonNode> jsonNodes = jsonNode.getElements(); in parse()
|
H A D | Utils.java | 30 import java.util.Iterator; 437 Iterator<Element> iter = left.iterator(); in getGetStringFromPattern()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | vector.h | 1214 template<typename Iterator, typename = void> 1219 template<typename Iterator> 1220 …struct has_iterator_category<Iterator, void_t<typename Iterator::iterator_category>> : BASE_NS::tr… 1221 using category = typename Iterator::iterator_category; 1224 template<typename Iterator> 1225 using ptr_fn = decltype(BASE_NS::declval<Iterator>().ptr()); 1227 template<typename Iterator, typename = void> 1230 template<typename Iterator> 1231 struct has_ptr_method<Iterator, BASE_NS::void_t<ptr_fn<Iterator>>> : BASE_NS::true_type {};
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/ |
H A D | resolver.rs | 27 pub type Addrs = Box<dyn Iterator<Item = SocketAddr> + Sync + Send>; 65 impl Iterator for ResolvedAddrs {
|
H A D | happy_eyeballs.rs | 71 impl<'a> Iterator for DomainAddrsIter<'a> {
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/scanline/ |
H A D | geometry_scanline.h | 53 using Iterator = SpanBlock* ; variable 175 Iterator Begin() in Begin()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
H A D | stack.rs | 85 impl<'a, T: Stackof> Iterator for StackRefIter<'a, T> { 146 impl<T: Stackof> Iterator for IntoStackIter<T> {
|
/ohos5.0/build/tools/component_tools/static_check/gn_check/ |
H A D | gn_common_tools.py | 92 def find_paragraph_iter(pattern: str, content: str) -> typing.Iterator:
|
/ohos5.0/build/config/ |
H A D | BUILD.gn | 14 # Iterator debugging is always off in release builds (technically, this flag 18 # Iterator debugging is generally useful for catching bugs. But it can 117 # Iterator debugging is enabled by default by the compiler on debug
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
H A D | addr.rs | 47 type Iter: Iterator<Item = SocketAddr>; 60 impl<I: Iterator<Item = SocketAddr>> Future for State<I> {
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/ |
H A D | mod.rs | 39 type Iter: Iterator<Item = Self::Item>;
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
H A D | events.rs | 120 impl<'a> Iterator for IterEvent<'a> {
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-hashmap.md | 373 | IterableIterator<K> | Iterator obtained.| 412 | IterableIterator<V> | Iterator obtained.| 546 | IterableIterator<[K, V]> | Iterator obtained.| 595 | IterableIterator<[K, V]> | Iterator obtained.|
|
H A D | js-apis-hashset.md | 266 | IterableIterator<T> | Iterator obtained.| 358 | IterableIterator<[T, T]> | Iterator obtained.| 407 | IterableIterator<T> | Iterator obtained.|
|
H A D | js-apis-treemap.md | 606 | IterableIterator<K> | Iterator obtained.| 645 | IterableIterator<V> | Iterator obtained.| 738 | IterableIterator<[K, V]> | Iterator obtained.| 785 | IterableIterator<[K, V]> | Iterator obtained.|
|
H A D | js-apis-treeset.md | 511 | IterableIterator<T> | Iterator obtained.| 604 | IterableIterator<[T, T]> | Iterator obtained.| 652 | IterableIterator<T> | Iterator obtained.|
|
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | linked_list.rs | 330 impl<'a, T> Iterator for Iter<'a, T> { 379 impl<'a, T> Iterator for IterMut<'a, T> {
|
/ohos5.0/base/request/request/services/src/manage/scheduler/queue/ |
H A D | mod.rs | 107 pub(crate) fn tasks(&self) -> impl Iterator<Item = &Arc<RequestTask>> { in tasks()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/ |
H A D | percent_encoding.rs | 310 impl<'a> Iterator for UrlChars<'a> {
|