Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H A Dcustom_test_ng.cpp948 …auto callback = [&](const std::vector<std::string>& vctTemp) { vctOut.assign(vctTemp.begin(), vctT… in __anon71f9752b2402()
955 std::vector<std::string> vctTemp = { "test1", "test2" }; variable