MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / empty

Method empty

Engine/lib/tinyxml/tinystr.h:140–140  ·  view source on GitHub ↗

Checks if a TiXmlString is empty

Source from the content-addressed store, hash-verified

138
139 // Checks if a TiXmlString is empty
140 bool empty () const { return rep_->size == 0; }
141
142 // Return capacity of string
143 size_type capacity () const { return rep_->capacity; }

Callers 15

IsEmptyFunction · 0.45
RegisterTestsMethod · 0.45
file_nameFunction · 0.45
ParseNaturalNumberFunction · 0.45
FilterMatchesTestMethod · 0.45
AppendUserMessageFunction · 0.45
GTEST_LOCK_EXCLUDED_Function · 0.45
InDeathTestChildFunction · 0.45
IsDirectoryMethod · 0.45
NextMethod · 0.45

Calls

no outgoing calls

Tested by 11

IsEmptyFunction · 0.36
RegisterTestsMethod · 0.36
file_nameFunction · 0.36
ParseNaturalNumberFunction · 0.36
FilterMatchesTestMethod · 0.36
AppendUserMessageFunction · 0.36
GTEST_LOCK_EXCLUDED_Function · 0.36
InDeathTestChildFunction · 0.36
IsDirectoryMethod · 0.36