Home
last modified time | relevance | path

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

/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp1091 int stackLimit_; member in Json::OurFeatures
1278 …if (stackDepth_ >= features_.stackLimit_) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
2115 features.stackLimit_ = settings_["stackLimit"].asInt(); in newCharReader()