MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetChildrenCount

Method GetChildrenCount

shadercompiler/ASTNode.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100size_t ASTNode::GetChildrenCount() const
101{
102 return m_children.size();
103}
104
105ASTNode* ASTNode::GetChild( size_t index ) const
106{

Callers 15

LookupFunctionMethod · 0.80
OutputHLSL.cppFile · 0.80
HasUsedDeclarationsFunction · 0.80
CommonArgTypeFunction · 0.80
CommonArgDimFunction · 0.80
FindParameterBySemanticsFunction · 0.80
FindOutputBySemanticsFunction · 0.80
PatchShaderFunction · 0.80
CompileEffectMethod · 0.80
ProcessReflectionFunction · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected