Home
last modified time | relevance | path

Searched refs:_rCache (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/dbaccess/source/core/api/
H A Dresultcolumn.cxx220 …void obtain( Any& _out_rValue, ::boost::optional< TYPE > _rCache, const sal_Int32 _nPos, const Ref… in obtain() argument
222 if ( !_rCache ) in obtain()
223 _rCache.reset( (_rxResultMeta.get()->*Getter)( _nPos ) ); in obtain()
224 _out_rValue <<= *_rCache; in obtain()
/aoo4110/main/connectivity/source/inc/
H A DTDatabaseMetaDataBase.hxx62 …template <typename T> T callImplMethod(::std::pair<bool,T>& _rCache,const ::std::mem_fun_t<T,OData… in callImplMethod() argument
65 if ( !_rCache.first ) in callImplMethod()
67 _rCache.second = _pImplMethod(this); in callImplMethod()
68 _rCache.first = true; in callImplMethod()
70 return _rCache.second; in callImplMethod()

Completed in 12 milliseconds