MCPcopy Create free account
hub / github.com/GPUOpen-Tools/radeon_gpu_analyzer / asCharArray

Method asCharArray

external/amdt_base_tools/src/gtString.cpp:153–156  ·  view source on GitHub ↗

--------------------------------------------------------------------------- Name: gtString::asCharArray Description: Return this string as a nullptr terminated wchar array. Author: AMD Developer Tools Team Date: 16/11/2003 ---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

151// Date: 16/11/2003
152// ---------------------------------------------------------------------------
153const wchar_t* gtString::asCharArray() const
154{
155 return _impl.c_str();
156};
157
158// ---------------------------------------------------------------------------
159// TO_DO: Unicode - check performance and memory for this function

Callers 15

gtStringTokenizerMethod · 0.45
getNextTokenMethod · 0.45
gtCrashDialogFunction · 0.45
startsWithMethod · 0.45
endsWithMethod · 0.45
replaceMethod · 0.45
toUnsignedIntNumberMethod · 0.45
toLongNumberMethod · 0.45
toUnsignedLongNumberMethod · 0.45
toLongLongNumberMethod · 0.45

Calls

no outgoing calls

Tested by 5

mainFunction · 0.36
testConnectSocketFunction · 0.36
testBindSocketFunction · 0.36