Home
last modified time | relevance | path

Searched refs:Get_Child (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtQuickprof.cpp385 CurrentChild = CurrentParent->Get_Child(); in CProfileIterator()
391 CurrentChild = CurrentParent->Get_Child(); in First()
409 CurrentChild = CurrentParent->Get_Child(); in Enter_Child()
417 CurrentChild = CurrentParent->Get_Child(); in Enter_Child()
427 CurrentChild = CurrentParent->Get_Child(); in Enter_Parent()
DbtQuickprof.h80 CProfileNode * Get_Child( void ) { return Child; } in Get_Child() function