Home
last modified time | relevance | path

Searched refs:AnyCloneOptions (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dnumber.h38 IAny::Ptr Clone(const AnyCloneOptions& options) const override;
H A Dany.h45 IAny::Ptr Clone(const AnyCloneOptions& options) const override
H A Dnumber.cpp147 IAny::Ptr Number::Clone(const AnyCloneOptions& options) const in Clone()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dany.h198 IAny::Ptr Clone(const AnyCloneOptions& options) const override;
402 IAny::Ptr Clone(const AnyCloneOptions& options) const override;
438 IAny::Ptr Any<Type, Compare>::Clone(const AnyCloneOptions& options) const
447 IAny::Ptr ArrayAny<Type, Compare>::Clone(const AnyCloneOptions& options) const
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_any.h57 struct AnyCloneOptions { struct in AnyReturn
72 virtual IAny::Ptr Clone(const AnyCloneOptions& options) const = 0;
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_utils.h125 auto anya = a->Clone(AnyCloneOptions { CloneValueType::DEFAULT_VALUE, TypeIdRole::ITEM }); in IsEqual()
126 auto anyb = b->Clone(AnyCloneOptions { CloneValueType::DEFAULT_VALUE, TypeIdRole::ITEM }); in IsEqual()
H A Dtesting_objects.cpp409 IAny::Ptr Clone(const AnyCloneOptions& options) const override
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation.cpp179 array = value.Clone(AnyCloneOptions { CloneValueType::DEFAULT_VALUE, TypeIdRole::ARRAY }); in OnPropertyChanged()
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dimporter.cpp284 if (auto any = array.Clone(AnyCloneOptions { CloneValueType::DEFAULT_VALUE, TypeIdRole::ITEM })) { in ImportArray()
H A Dexporter.cpp206 auto any = array.Clone(AnyCloneOptions { CloneValueType::DEFAULT_VALUE, TypeIdRole::ITEM }); in ExportArray()

Completed in 6 milliseconds