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

Method length

external/amdt_base_tools/src/gtASCIIString.cpp:128–131  ·  view source on GitHub ↗

--------------------------------------------------------------------------- Name: gtASCIIString::length Description: Returns this string length (the amount of chars it holds) Author: AMD Developer Tools Team Date: 16/11/2003 ---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

126// Date: 16/11/2003
127// ---------------------------------------------------------------------------
128int gtASCIIString::length() const
129{
130 return (int)_impl.length();
131};
132
133void gtASCIIString::resize(size_t newSize)
134{

Callers 8

toUnsignedIntNumberMethod · 0.95
toUnsignedLongNumberMethod · 0.95
startsWithMethod · 0.45
gtASCIIString.cppFile · 0.45
replaceMethod · 0.45
isIntegerNumberMethod · 0.45
SplitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected