Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/misc/
H A Dtypes.cxx165 sal_Bool tryCompare(const void* _pData, const Any& _rValue, sal_Bool& _bIdentical, TYPE& _rOut) in tryCompare() argument
168 _bIdentical = bSuccess && (_rOut == *reinterpret_cast<const TYPE*>(_pData)); in tryCompare()
173 sal_Bool tryCompare(const void* _pData, const Any& _rValue, sal_Bool& _bIdentical, sal_Unicode& _rO… in tryCompare() argument
178 _bIdentical = bSuccess && ( _rOut == *static_cast< const sal_Unicode* >( _pData ) ); in tryCompare()

Completed in 23 milliseconds