Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readFile
Method · 0.45
getNumParameters
Method · 0.45
parseArguments
Method · 0.45
ArgumentParser.cpp
File · 0.45
GetExecutablePath
Method · 0.45
ListDaes
Method · 0.45
DaeValidator
Method · 0.45
for_each_dae
Method · 0.45
checkSchema
Method · 0.45
main
Function · 0.45
TEST_METHOD
Function · 0.45
TEST_METHOD
Function · 0.45
Calls
no outgoing calls
Tested by
7
TEST_METHOD
Function · 0.36
TEST_METHOD
Function · 0.36
TEST_METHOD
Function · 0.36
TEST_METHOD
Function · 0.36
IteratorCommon
Function · 0.36
TEST_METHOD
Function · 0.36
TEST_METHOD
Function · 0.36