Home
last modified time | relevance | path

Searched refs:CProfileIterator (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtQuickprof.h107 class CProfileIterator
140 CProfileIterator( CProfileNode * start );
161 static CProfileIterator * Get_Iterator( void ) in Get_Iterator()
164 return new CProfileIterator( &Root ); in Get_Iterator()
166 static void Release_Iterator( CProfileIterator * iterator ) { delete ( iterator); } in Release_Iterator()
168 static void dumpRecursive(CProfileIterator* profileIterator, int spacing);
DbtQuickprof.cpp382 CProfileIterator::CProfileIterator( CProfileNode * start ) in CProfileIterator() function in CProfileIterator
389 void CProfileIterator::First(void) in First()
395 void CProfileIterator::Next(void) in Next()
401 bool CProfileIterator::Is_Done(void) in Is_Done()
407 void CProfileIterator::Enter_Child( int index ) in Enter_Child()
422 void CProfileIterator::Enter_Parent( void ) in Enter_Parent()
516 void CProfileManager::dumpRecursive(CProfileIterator* profileIterator, int spacing) in dumpRecursive()
567 CProfileIterator* profileIterator = 0; in dumpAll()
/external/libgdx/extensions/gdx-bullet/jni/swig/linearmath/
Dlinearmath.i138 void CProfileIterator::Enter_Largest_Child()