Home
last modified time | relevance | path

Searched defs:NodeCache (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_mirror/ui2abc/libarkts/src/arkts-api/
Dnode-cache.ts19 export class NodeCache { class
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
Dnode_system.h81 class NodeCache; variable
Dnode_system.cpp513 class NodeSystem::NodeCache final : public NodeAccess { class in NodeSystem
515 NodeCache(IEntityManager& entityManager, INameComponentManager& nameComponentManager, in NodeCache() function in NodeSystem::NodeCache