MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / length

Method length

Engine/source/core/util/str.cpp:607–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607String::SizeType String::length() const
608{
609 return _string->getLength();
610}
611
612String::SizeType String::size() const
613{

Callers 15

onAddMethod · 0.45
writeMethod · 0.45
getReturnBufferFunction · 0.45
parseObjectMethod · 0.45
consoleObject.cppFile · 0.45
restoreMethod · 0.45
buildFileListFunction · 0.45
sGetArgNameAndTypeFunction · 0.45
disassembleShapeMethod · 0.45
SplitSequencePathAndNameFunction · 0.45

Calls 1

getLengthMethod · 0.45

Tested by 3

EACH_STRINGFunction · 0.36
TESTFunction · 0.36
TEST_FIXFunction · 0.36