Home
last modified time | relevance | path

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

/reactos/sdk/lib/atl/
H A Datlconv.h67 class CA2AEX
73 CA2AEX(_In_z_ LPCSTR psz) in CA2AEX() function
78 CA2AEX(_In_z_ LPCSTR psz, _In_ UINT nCodePage) in CA2AEX() function
84 ~CA2AEX() noexcept in ~CA2AEX()
97 CA2AEX(_In_ const CA2AEX &) noexcept = delete;
98 CA2AEX& operator=(_In_ const CA2AEX &) noexcept = delete;
319 typedef CA2AEX<> CA2A;
337 #define CA2TEX CA2AEX
338 #define CT2AEX CA2AEX
/reactos/modules/rostests/apitests/atl/
H A Datlconv.cpp117 CA2AEX<5> a2ax("123"); in START_TEST()
175 CA2AEX<5> a2a2x(dataAX); in START_TEST()