Searched refs:kStackMaxDepth (Results 1 – 4 of 4) sorted by relevance
61 static const int kStackMaxDepth;90 JSONReader(int options = JSON_PARSE_RFC, int max_depth = kStackMaxDepth);100 int max_depth = kStackMaxDepth);
19 const int JSONReader::kStackMaxDepth = 200; member in base::JSONReader
46 JSONParser(int options, int max_depth = JSONReader::kStackMaxDepth);
68 CHECK_LE(max_depth, JSONReader::kStackMaxDepth); in JSONParser()