Home
last modified time | relevance | path

Searched refs:operationMethods_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dcomponent_query.cpp62 operationMethods_.clear(); in SetupQuery()
63 operationMethods_.reserve(componentCount); in SetupQuery()
66 operationMethods_.push_back(Operation::REQUIRE); in SetupQuery()
70 operationMethods_.push_back(operation.method); in SetupQuery()
117 switch (operationMethods_[i]) { in Execute()
228 if (operationMethods_[i] == Operation::OPTIONAL) { in OnEntityEvent()
H A Dcomponent_query.h139 BASE_NS::vector<Operation::Method> operationMethods_; in CORE_BEGIN_NAMESPACE() local