Searched refs:_rCache (Results 1 – 2 of 2) sorted by relevance
62 …template <typename T> T callImplMethod(::std::pair<bool,T>& _rCache,const ::std::mem_fun_t<T,OData… in callImplMethod() argument65 if ( !_rCache.first ) in callImplMethod()67 _rCache.second = _pImplMethod(this); in callImplMethod()68 _rCache.first = true; in callImplMethod()70 return _rCache.second; in callImplMethod()
220 …void obtain( Any& _out_rValue, ::boost::optional< TYPE > _rCache, const sal_Int32 _nPos, const Ref… in obtain() argument222 if ( !_rCache ) in obtain()223 _rCache.reset( (_rxResultMeta.get()->*Getter)( _nPos ) ); in obtain()224 _out_rValue <<= *_rCache; in obtain()
Completed in 16 milliseconds