Searched refs:__indent (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dropeimpl.h999 rope<_CharT,_Alloc>::_S_dump(_RopeRep* __r, int __indent) argument
1001 for (int __i = 0; __i < __indent; __i++) putchar(' ');
1019 _S_dump(__left, __indent + 2);
1020 _S_dump(__right, __indent + 2);
H A Dstl_rope.h1599 static void _S_dump(_RopeRep* __r, int __indent = 0);

Completed in 47 milliseconds