Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
Dselect_strategy.cpp25 myselfMatch_.emplace_back(matchModel); in RegisterMyselfMatch()
42 myselfMatch_.clear(); in ~SelectStrategy()
125 if (!myselfMatch_.empty()) { in Describe()
127 for (auto &locator : myselfMatch_) { in Describe()
233 for (const auto &myselfIt : myselfMatch_) { in LocateNodeAfterAnchor()
310 for (const auto &myselfIt : myselfMatch_) { in LocateNodeAfterBeforeAnchor()
401 for (const auto &myselfIt : myselfMatch_) { in LocateNodeWithInAnchor()
455 for (const auto &myselfIt : myselfMatch_) { in LocateNode()
510 for (const auto &myselfIt : myselfMatch_) { in LocateNode()
Dselect_strategy.h56 std::vector<WidgetMatchModel> myselfMatch_; variable