Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/atl/
H A Datltypes.cpp20 …ok(x == y, "Wrong size, expected '%s' to equal '%s'\n", wine_dbgstr_size(&x), wine_dbgstr_size(&y))
76 …= sz2, "Wrong size, expected '%s' NOT to equal '%s'\n", wine_dbgstr_size(&sz1), wine_dbgstr_size(&… in test_CSize()
H A Datltest.h155 static inline const char *wine_dbgstr_size(const SIZE *psize) in wine_dbgstr_size() function
/reactos/sdk/include/reactos/wine/
H A Dtest.h83 extern const char *wine_dbgstr_size( const SIZE *guid );
783 const char *wine_dbgstr_size( const SIZE *size ) in wine_dbgstr_size() function
H A Ddebug.h213 static __inline const char *wine_dbgstr_size( const SIZE *size ) in wine_dbgstr_size() function