MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / getChildIndex

Method getChildIndex

deps/physx/physx/samples/samplebase/TestGroup.cpp:254–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254unsigned Test::TestGroup::getChildIndex(TestGroup& child)
255{
256 PX_ASSERT(!isTest());
257 TestGroup** p = mChildren.find(&child);
258 PX_ASSERT(p != mChildren.end());
259 return unsigned(p - mChildren.begin());
260}
261
262Test::TestGroup* Test::TestGroup::getFirstLeaf()
263{

Callers

nothing calls this directly

Calls 3

findMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected