Home
last modified time | relevance | path

Searched refs:IsTooDeep (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/base/json/
Djson_parser.cc39 bool IsTooDeep() const { return *depth_ >= max_depth_; } in IsTooDeep() function in base::internal::__anon788343cc0111::StackMarker
333 if (depth_check.IsTooDeep()) { in ConsumeDictionary()
397 if (depth_check.IsTooDeep()) { in ConsumeList()