Searched refs:ForEachFunctorWithKey (Results 1 – 2 of 2) sorted by relevance
88 ::std::for_each( this->begin(), this->end(), ForEachFunctorWithKey< FuncType >(rFunctor)); in forEachWithKey()128 struct ForEachFunctorWithKey struct in XSLT::RefMap131 inline explicit ForEachFunctorWithKey( const FunctorType& rFunctor) : m_aFunctor(rFunctor){} in ForEachFunctorWithKey() function
114 … ::std::for_each( this->begin(), this->end(), ForEachFunctorWithKey< FunctorType >( rFunctor ) ); in forEachWithKey()159 struct ForEachFunctorWithKey struct in oox::RefMap162 …inline explicit ForEachFunctorWithKey( const FunctorType& rFunctor ) : maFunctor( rFunctor ) {} in ForEachFunctorWithKey() argument
Completed in 12 milliseconds