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

Class String

Engine/source/persistence/rapidjson/document.h:1956–1960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1954 };
1955
1956 struct String {
1957 SizeType length;
1958 SizeType hashcode; //!< reserved
1959 const Ch* str;
1960 }; // 12 bytes in 32-bit mode, 16 bytes in 64-bit mode
1961
1962 // implementation detail: ShortString can represent zero-terminated strings up to MaxSize chars
1963 // (excluding the terminating zero) and store a value to determine the length of the contained

Callers 14

KeyMethod · 0.70
KeyMethod · 0.70
StringMethod · 0.70
KeyMethod · 0.70
StringMethod · 0.70
KeyMethod · 0.70
ExecuteMethod · 0.50
compileStaticFieldsMethod · 0.50
InstallFileSystemsMethod · 0.50
_BuildFileNameFunction · 0.50
verifyCompatibilityMethod · 0.50
_queryPropertyDxDiagMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected