Searched refs:stackDepth_ (Results 1 – 4 of 4) 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()
1234 int stackDepth_; member in Json::OurReader1267 stackDepth_ = 0; in parse()1296 …if (stackDepth_ >= features_.stackLimit_) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()1297 ++stackDepth_; in readValue()1370 --stackDepth_; in readValue()