Home
last modified time | relevance | path

Searched refs:stackDepth_g (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp233 static int stackDepth_g = 0; // see readValue() variable
325 stackDepth_g = 0; // Yes, this is bad coding, but options are limited. in parse()
352 if (stackDepth_g >= stackLimit_g) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
353 ++stackDepth_g; in readValue()
427 --stackDepth_g; in readValue()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp218 static int stackDepth_g = 0; // see readValue() variable
310 stackDepth_g = 0; // Yes, this is bad coding, but options are limited. in parse()
337 if (stackDepth_g >= stackLimit_g) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
338 ++stackDepth_g; in readValue()
412 --stackDepth_g; in readValue()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp218 static int stackDepth_g = 0; // see readValue() variable
310 stackDepth_g = 0; // Yes, this is bad coding, but options are limited. in parse()
337 if (stackDepth_g >= stackLimit_g) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
338 ++stackDepth_g; in readValue()
412 --stackDepth_g; in readValue()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp218 static int stackDepth_g = 0; // see readValue() variable
310 stackDepth_g = 0; // Yes, this is bad coding, but options are limited. in parse()
337 if (stackDepth_g >= stackLimit_g) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
338 ++stackDepth_g; in readValue()
412 --stackDepth_g; in readValue()

Completed in 21 milliseconds