Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_selftest.cc386 static bool Recursor(unsigned int depth, unsigned int parent_callers)
389 static bool Recursor(unsigned int depth, unsigned int parent_callers);
391 static bool Recursor(unsigned int depth, unsigned int parent_callers) { in Recursor() function
397 return Recursor(depth - 1, callers); in Recursor()
415 return Recursor(RECURSION_DEPTH, CountCallerFrames()) ? 0 : 1; in main()