Home
last modified time | relevance | path

Searched defs:accessors (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DPropertyProxy.h29 BASE_NS::vector<class PropCtx*> accessors; variable
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_accessors.h84 DfxAccessorsCustomize(std::shared_ptr<UnwindAccessors> accessors) : accessors_(accessors) {} in DfxAccessorsCustomize()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Daccessors_test.cpp52 auto accessors = std::make_shared<DfxAccessorsLocal>(); variable
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Ddata.h50 BASE_NS::vector<BASE_NS::unique_ptr<GLTF2::Accessor>> accessors; in CORE3D_BEGIN_NAMESPACE() member
H A Dgltf2_exporter.cpp1806 …const MeshPrimitive& primitive, const vector<unique_ptr<Accessor>>& accessors, json::value& jsonTa… in ExportMeshPrimitive()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp93 Impl(const std::shared_ptr<UnwindAccessors> &accessors, bool local) in Impl()
302 Unwinder::Unwinder(std::shared_ptr<UnwindAccessors> accessors, bool local) in Unwinder()