Home
last modified time | relevance | path

Searched refs:parent_callers (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() argument
393 if (callers != parent_callers + 1) in Recursor()