Home
last modified time | relevance | path

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

/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp1214 int stackDepth_; member in Json::OurReader
1225 stackDepth_(0), in OurReader()
1249 stackDepth_ = 0; in parse()
1278 …if (stackDepth_ >= features_.stackLimit_) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
1279 ++stackDepth_; in readValue()
1376 --stackDepth_; in readValue()