Searched refs:CONVERT_STRING_TO_UINT_FUNC (Results 1 - 1 of 1) sorted by relevance
/third_party/lzma/CPP/Common/ |
H A D | StringToInt.cpp | 11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \
macro 24 CONVERT_STRING_TO_UINT_FUNC(UInt32, char, Byte)
25 CONVERT_STRING_TO_UINT_FUNC(UInt32, wchar_t, wchar_t)
26 CONVERT_STRING_TO_UINT_FUNC(UInt64, char, Byte)
27 CONVERT_STRING_TO_UINT_FUNC(UInt64, wchar_t, wchar_t)
|
Completed in 1 milliseconds