MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / size

Method size

DAEValidator/library/src/XmlNodeSet.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 size_t XmlNodeSet::size() const
80 {
81 if (!mXPathObject)
82 return 0;
83 return static_cast<size_t>(xmlXPathNodeSetGetLength(mXPathObject->nodesetval));
84 }
85
86 XmlNode XmlNodeSet::operator[](int index) const
87 {

Callers 15

readFileMethod · 0.45
getNumParametersMethod · 0.45
parseArgumentsMethod · 0.45
ArgumentParser.cppFile · 0.45
GetExecutablePathMethod · 0.45
ListDaesMethod · 0.45
DaeValidatorMethod · 0.45
for_each_daeMethod · 0.45
checkSchemaMethod · 0.45
mainFunction · 0.45
TEST_METHODFunction · 0.45
TEST_METHODFunction · 0.45

Calls

no outgoing calls

Tested by 7

TEST_METHODFunction · 0.36
TEST_METHODFunction · 0.36
TEST_METHODFunction · 0.36
TEST_METHODFunction · 0.36
IteratorCommonFunction · 0.36
TEST_METHODFunction · 0.36
TEST_METHODFunction · 0.36