Searched refs:ForEachFunctor (Results 1 – 3 of 3) sorted by relevance
58 ::std::for_each(this->begin(), this->end(), ForEachFunctor< FunctorType >(rFunctor)); in forEach()116 struct ForEachFunctor struct in XSLT::RefMap119 inline explicit ForEachFunctor( const FunctorType& rFunctor): m_aFunctor(rFunctor){} in ForEachFunctor() function
75 … ::std::for_each( this->begin(), this->end(), ForEachFunctor< FunctorType >( rFunctor ) ); in forEach()151 struct ForEachFunctor struct in oox::RefMap154 inline explicit ForEachFunctor( const FunctorType& rFunctor ) : maFunctor( rFunctor ) {} in ForEachFunctor() function
76 … ::std::for_each( this->begin(), this->end(), ForEachFunctor< FunctorType >( aFunctor ) ); in forEach()162 struct ForEachFunctor struct in oox::RefVector165 inline explicit ForEachFunctor( const FunctorType& rFunctor ) : maFunctor( rFunctor ) {} in ForEachFunctor() function
Completed in 19 milliseconds