Home
last modified time | relevance | path

Searched refs:Ulltoa (Results 1 - 5 of 5) sorted by relevance

/ide/tools/previewer/util/
H A DPublicMethods.h32 static uint32_t Ulltoa(uintptr_t value, int8_t (&rstStr)[MAX_ITOA_BIT]);
H A DPublicMethods.cpp18 uint32_t PublicMethods::Ulltoa(uintptr_t value, int8_t (&rstStr)[MAX_ITOA_BIT]) in Ulltoa() function in PublicMethods
/ide/tools/previewer/util/windows/
H A DCrashHandler.cpp68 unsigned int itoaLength = PublicMethods::Ulltoa(sf.AddrPC.Offset, stackIntLog); in RecordCallStack()
83 unsigned int itoaLength = PublicMethods::Ulltoa(reinterpret_cast<uintptr_t> in ApplicationCrashHandler()
89 itoaLength = PublicMethods::Ulltoa(exception->ExceptionRecord->ExceptionCode, stackIntLog); in ApplicationCrashHandler()
/ide/tools/previewer/test/unittest/util/
H A DPublicMethodsTest.cpp49 uint32_t resultLength = PublicMethods::Ulltoa(testValue, outputBuffer); in TEST()
/ide/tools/previewer/util/unix/
H A DCrashHandler.cpp41 uint32_t itoaLength = PublicMethods::Ulltoa(signal, stackIntLog); in ApplicationCrashHandler()

Completed in 2 milliseconds