Searched refs:m_aFunctor (Results 1 – 1 of 1) sorted by relevance
118 FunctorType m_aFunctor; member119 inline explicit ForEachFunctor( const FunctorType& rFunctor): m_aFunctor(rFunctor){} in ForEachFunctor()123 m_aFunctor(*rValue.second); in operator ()()130 FunctorType m_aFunctor; member131 inline explicit ForEachFunctorWithKey( const FunctorType& rFunctor) : m_aFunctor(rFunctor){} in ForEachFunctorWithKey()135 m_aFunctor(rValue.first, *rValue.second); in operator ()()
Completed in 8 milliseconds