Searched defs:ForEachFunctorWithKey (Results 1 – 2 of 2) sorted by relevance
128 struct ForEachFunctorWithKey struct in XSLT::RefMap130 FunctorType m_aFunctor;131 inline explicit ForEachFunctorWithKey( const FunctorType& rFunctor) : m_aFunctor(rFunctor){} in ForEachFunctorWithKey() function132 inline void operator()(const value_type& rValue) in operator ()()
159 struct ForEachFunctorWithKey struct in oox::RefMap161 FunctorType maFunctor;162 …inline explicit ForEachFunctorWithKey( const FunctorType& rFunctor ) : maFunctor( rFunctor ) {} in ForEachFunctorWithKey() argument163 …inline void operator()( const value_type& rValue ) { if( rValue.second.get() ) maFunctor( … in operator ()()
Completed in 25 milliseconds