Home
last modified time | relevance | path

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

/third_party/gn/src/base/json/
H A Djson_reader.h59 static const int kStackMaxDepth; member in base::JSONReader
88 JSONReader(int options = JSON_PARSE_RFC, int max_depth = kStackMaxDepth);
98 int max_depth = kStackMaxDepth);
H A Djson_parser.h44 JSONParser(int options, int max_depth = JSONReader::kStackMaxDepth);
H A Djson_reader.cc18 const int JSONReader::kStackMaxDepth = 200; member in base::JSONReader
H A Djson_parser.cc66 CHECK_LE(max_depth, JSONReader::kStackMaxDepth); in JSONParser()

Completed in 2 milliseconds