Searched refs:MaxCallStackDepth (Results 1 – 4 of 4) sorted by relevance
1263 << ":MaxCallStackDepth:" << mResources.MaxCallStackDepth in setResourceString()1453 if (depth >= mResources.MaxCallStackDepth) in checkCallDepth()1457 errorStream << "Call stack too deep (larger than " << mResources.MaxCallStackDepth in checkCallDepth()
260 resources->MaxCallStackDepth = 256; in InitBuiltInResources()
51 res->MaxCallStackDepth = kMaxCallStackDepth; in GenerateResources()
462 int MaxCallStackDepth; member