Home
last modified time | relevance | path

Searched refs:difference_type (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Diterator.h48 using difference_type = typename T::difference_type; variable
113 return static_cast<difference_type>(it_ - other.it_);
148 using difference_type = typename T::difference_type; variable
221 return static_cast<difference_type>(it_ - other.it_);
260 using difference_type = typename Iter::difference_type; variable
312 constexpr reverse_iterator& operator+=(difference_type n)
321 constexpr reverse_iterator& operator-=(difference_type n)
369 using difference_type = typename Iter::difference_type; variable
408 constexpr reference operator[](difference_type n) const
448 constexpr move_iterator& operator+=(difference_type n)
[all …]
H A Dvector.h139 using difference_type = ptrdiff_t; variable
559 difference_type p = pos - cbegin(); in insert()
588 difference_type p = pos - cbegin(); in insert()
622 difference_type p = pos - cbegin(); in insert()
690 difference_type cnt = last - first; in append()
710 difference_type cnt = last - first; in append()
764 const difference_type p = pos - begin(); in emplace()
921 const difference_type count = last - first; in copy()
1104 const difference_type cnt = last - first; in init_copy()
1179 difference_type cnt = last - first; in insert_impl()
[all …]
H A Darray_view.h36 using difference_type = ptrdiff_t; in BASE_BEGIN_NAMESPACE() local
H A Dstring_view.h47 using difference_type = ptrdiff_t; variable
561 auto first1 = begin() + static_cast<difference_type>(pos); in find()
586 auto first1 = begin() + static_cast<difference_type>(pos); in find()
H A Dunordered_map.h56 using difference_type = ptrdiff_t; variable
119 using difference_type = ptrdiff_t; variable
H A Dstring.h50 using difference_type = ptrdiff_t; variable
436 const auto add = static_cast<difference_type>(str.length()); in replace()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dstring_util.h104 source.replace(source.begin() + static_cast<BASE_NS::string::difference_type>(p), in RENDER_BEGIN_NAMESPACE()
105 … source.begin() + static_cast<BASE_NS::string::difference_type>(p + find.length()), replace); in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/
H A Dstring_util.h105 source.replace(source.cbegin() + static_cast<BASE_NS::string::difference_type>(p), in CORE_BEGIN_NAMESPACE()
106 … source.cbegin() + static_cast<BASE_NS::string::difference_type>(p + find.length()), replace); in CORE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dstaggered_animation_state.cpp147 …const auto first = children_.rbegin() + static_cast<SegmentVector::difference_type>(size - fromInd… in ChildMoved()
148 …const auto last = children_.rbegin() + static_cast<SegmentVector::difference_type>(size - toIndex); in ChildMoved()
151 … const auto first = children_.begin() + static_cast<SegmentVector::difference_type>(fromIndex); in ChildMoved()
152 … const auto last = children_.begin() + static_cast<SegmentVector::difference_type>(toIndex + 1); in ChildMoved()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Darray_view.h31 using difference_type = std::ptrdiff_t; member
70 using difference_type = size_t; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dcore_metadata.inl334 vec.erase(vec.begin() + static_cast<typename BASE_NS::vector<T>::difference_type>(index));
340 vec.insert(vec.begin() + static_cast<typename BASE_NS::vector<T>::difference_type>(index), {});
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp920 path.replace(begin + static_cast<string::difference_type>(length), in ResolveNodePath()
921 begin + static_cast<string::difference_type>(length + node.name.size()), node.name); in ResolveNodePath()
928 path.replace(begin + static_cast<string::difference_type>(length), in ResolveNodePath()
929 … begin + static_cast<string::difference_type>(length + parent->name.size()), parent->name); in ResolveNodePath()
2092 … node->weights.begin() + static_cast<decltype(node->weights)::difference_type>(weightCount)); in CreateMorphComponents()
2097 static_cast<decltype(node->weights)::difference_type>(weightCount)); in CreateMorphComponents()
H A Dgltf2_loader.cpp2404 … const auto indexOffset = static_cast<typename ImageContainer::difference_type>(lookupImageIndex); in PrimitiveAttributes()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp441 auto diff = static_cast<typename decltype(components_)::difference_type>(componentCount); in Gc()
H A Dmaterial_component_manager.cpp665 auto diff = static_cast<typename decltype(components_)::difference_type>(componentCount); in Gc()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dbase_manager.inl185 auto diff = static_cast<typename decltype(components_)::difference_type>(componentCount);