Home
last modified time | relevance | path

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

/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dexcept.cxx419 sal_uInt32 typeCount = 0; in RaiseInfo() local
423 ++typeCount; in RaiseInfo()
430 bytesNeeded += align16( sizeof( sal_uInt32 ) + (typeCount * sizeof( sal_uInt32 )) ); in RaiseInfo()
447 p += align16( sizeof( sal_uInt32 ) + (typeCount * sizeof( sal_uInt32 )) ); in RaiseInfo()
448 types[0] = typeCount; in RaiseInfo()