Searched refs:max_depth_ (Results 1 – 6 of 6) sorted by relevance
67 max_depth_(max_depth) {} in SparseXentLossGenerator()74 if (!FastBoundsCheck(label, max_depth_)) { in operator()86 const Index max_depth_; variable107 max_depth_(max_depth) {} in SparseXentGradGenerator()114 if (!FastBoundsCheck(label, max_depth_)) { in operator()125 const Index max_depth_; variable
13 bool IsWithinMaxDepth() const { return depth_ <= max_depth_; } in IsWithinMaxDepth()19 static unsigned long max_depth_; variable
17 unsigned long CXFA_FMToJavaScriptDepth::max_depth_ = kMaxDepth; member in CXFA_FMToJavaScriptDepth
34 : max_depth_(max_depth), depth_(depth) { in StackMarker()36 DCHECK_LE(*depth_, max_depth_); in StackMarker()42 bool IsTooDeep() const { return *depth_ >= max_depth_; } in IsTooDeep()45 const int max_depth_; member in base::internal::__anon230e49420111::StackMarker60 max_depth_(max_depth), in JSONParser()334 StackMarker depth_check(max_depth_, &stack_depth_); in ConsumeDictionary()398 StackMarker depth_check(max_depth_, &stack_depth_); in ConsumeList()
218 const int max_depth_; variable
1978 max_depth_(_max_depth),2164 return Check(depth_ <= max_depth_ && num_tables_ <= max_tables_);2194 uoffset_t max_depth_;