Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DDecoder.java55 private static final int MAX_RECURSION_DEPTH = 100; field in Decoder.Validator
95 if (mStackDepth >= MAX_RECURSION_DEPTH) { in increaseStackDepth()