Searched refs:REQUIRE (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/ai/intelligent_voice_framework/llt/hdt/testcase/intell_voice_utils/ |
H A D | test_time_util.cpp | 26 REQUIRE(str != ""); 31 REQUIRE(str != ""); 36 REQUIRE(str != "");
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/ |
H A D | component_query.h | 49 REQUIRE, in CORE_BEGIN_NAMESPACE() enumerator 54 Method method { REQUIRE }; in CORE_BEGIN_NAMESPACE()
|
H A D | component_query.cpp | 66 operationMethods_.push_back(Operation::REQUIRE); in SetupQuery() 118 case Operation::REQUIRE: { in Execute()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | local_matrix_system.cpp | 79 { *localMatrixManager_, ComponentQuery::Operation::REQUIRE }, in Initialize()
|
H A D | skinning_system.cpp | 163 { skinJointsManager_, ComponentQuery::Operation::REQUIRE }, in Initialize() 164 { jointMatricesManager_, ComponentQuery::Operation::REQUIRE }, in Initialize()
|
H A D | render_preprocessor_system.cpp | 450 { *nodeManager_, ComponentQuery::Operation::REQUIRE }, in Initialize() 451 { *worldMatrixManager_, ComponentQuery::Operation::REQUIRE }, in Initialize()
|
H A D | morphing_system.cpp | 125 …ntQuery::Operation operations[] = { { nodeManager_, ComponentQuery::Operation::Method::REQUIRE } }; in Initialize()
|
H A D | render_system.cpp | 1284 { *nodeMgr_, ComponentQuery::Operation::REQUIRE }, in Initialize() 1285 { *worldMatrixMgr_, ComponentQuery::Operation::REQUIRE }, in Initialize() 1293 { *worldMatrixMgr_, ComponentQuery::Operation::REQUIRE }, in Initialize() 1294 { *prevWorldMatrixMgr_, ComponentQuery::Operation::REQUIRE }, in Initialize() 1304 { *worldMatrixMgr_, ComponentQuery::Operation::REQUIRE }, in Initialize() 1305 { *nodeMgr_, ComponentQuery::Operation::REQUIRE }, in Initialize() 1306 { *renderMeshMgr_, ComponentQuery::Operation::REQUIRE }, in Initialize()
|
H A D | animation_system.cpp | 648 { animationTrackManager_, ComponentQuery::Operation::REQUIRE }, in Initialize() 655 { stateManager_, ComponentQuery::Operation::REQUIRE }, in Initialize()
|