Home
last modified time | relevance | path

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

/third_party/boost/boost/statechart/
Dstate_machine.hpp1030 typename history_map_type::iterator pFoundSlot = historyMap.find( in construct_with_history_impl() local
1033 if ( ( pFoundSlot == historyMap.end() ) || ( pFoundSlot->second == 0 ) ) in construct_with_history_impl()
1048 reinterpret_cast< construct_function * >( pFoundSlot->second ); in construct_with_history_impl()