MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / length

Method length

common/SmallString.h:165–165  ·  view source on GitHub ↗

gets the size of the string

Source from the content-addressed store, hash-verified

163
164 // gets the size of the string
165 __fi u32 length() const { return m_length; }
166 __fi bool empty() const { return (m_length == 0); }
167
168 // gets the maximum number of bytes we can write to the string, currently

Callers 15

GetFlagIconForLanguageFunction · 0.45
logCallbackMethod · 0.45
updateTextMethod · 0.45
getTreeViewParentMethod · 0.45
populateTreeViewRowMethod · 0.45
updateStateMethod · 0.45
renameCardMethod · 0.45
searchWorkerByteArrayFunction · 0.45
contextPasteCSVMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected