Searched refs:stackDepth_ (Results 1 – 1 of 1) sorted by relevance
1214 int stackDepth_; member in Json::OurReader1225 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()