Home
last modified time | relevance | path

Searched refs:stackDepth_ (Results 1 – 4 of 4) 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()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp1234 int stackDepth_; member in Json::OurReader
1267 stackDepth_ = 0; in parse()
1296 …if (stackDepth_ >= features_.stackLimit_) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
1297 ++stackDepth_; in readValue()
1370 --stackDepth_; in readValue()
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp1234 int stackDepth_; member in Json::OurReader
1267 stackDepth_ = 0; in parse()
1296 …if (stackDepth_ >= features_.stackLimit_) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
1297 ++stackDepth_; in readValue()
1370 --stackDepth_; in readValue()
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp1234 int stackDepth_; member in Json::OurReader
1267 stackDepth_ = 0; in parse()
1296 …if (stackDepth_ >= features_.stackLimit_) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
1297 ++stackDepth_; in readValue()
1370 --stackDepth_; in readValue()