Home
last modified time | relevance | path

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

/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp232 static int const stackLimit_g = 1000; variable
352 if (stackDepth_g >= stackLimit_g) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()