Home
last modified time | relevance | path

Searched refs:indexReplace (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfContainerTest.cpp829 auto indexReplace = expectedCount / 2; in HWTEST_F() local
830 const auto replaceWith = children[indexReplace]; in HWTEST_F()
852 auto indexReplace = expectedCount / 2; in HWTEST_F() local
853 auto indexReplaceWith = indexReplace + 1; in HWTEST_F()
854 const auto replace = children[indexReplace]; in HWTEST_F()
860 const auto moved = ChildMovedInfo { replaceWith, indexReplaceWith, indexReplace, container_ }; in HWTEST_F()
863 const auto removed = ChildChangedInfo { replace, indexReplace, container_ }; in HWTEST_F()
879 auto indexReplace = expectedCount / 2; in HWTEST_F() local
880 auto indexReplaceWith = indexReplace + 1; in HWTEST_F()
881 const auto replace = children[indexReplace]; in HWTEST_F()
[all...]

Completed in 3 milliseconds