Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java409 private int recursionLimit = DEFAULT_RECURSION_LIMIT;
414 private static final int DEFAULT_RECURSION_LIMIT = 64; field in CodedInputByteBufferNano
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java882 private int recursionLimit = DEFAULT_RECURSION_LIMIT;
887 private static final int DEFAULT_RECURSION_LIMIT = 100; field in CodedInputStream