Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/json/
H A Djson_common.h34 bool IsTooDeep() const { return *depth_ >= max_depth_; } in IsTooDeep() function
/aosp_15_r20/external/libchrome/base/json/
H A Djson_parser.cc42 bool IsTooDeep() const { return *depth_ >= max_depth_; } in IsTooDeep() function in base::internal::__anon1c024eb80111::StackMarker
/aosp_15_r20/art/runtime/
H A Dsubtype_check_test.cc832 bool IsTooDeep(MockClass* kls) { in IsTooDeep() function