Home
last modified time | relevance | path

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

/third_party/boost/libs/statechart/test/
DStateIterationTest.cpp43 stateNamesCache_.clear(); in AssertInState()
51 stateNamesCache_.insert( found->second ); in AssertInState()
56 BOOST_REQUIRE( stateNames.size() == stateNamesCache_.size() ); in AssertInState()
59 stateNamesCache_.begin(); in AssertInState()
60 actualName != stateNamesCache_.end(); ++actualName, ++expectedName ) in AssertInState()
72 mutable StateNamesCache stateNamesCache_; member
DTerminationTest.cpp46 stateNamesCache_.clear(); in AssertInState()
64 BOOST_REQUIRE( stateNames.size() == stateNamesCache_.size() ); in AssertInState()
67 stateNamesCache_.begin(); actualName != stateNamesCache_.end(); in AssertInState()
81 stateNamesCache_.insert( found->second ); in AddName()
88 mutable StateNamesCache stateNamesCache_; member