Searched refs:invalid_depth (Results 1 – 3 of 3) sorted by relevance
173 COALESCE(depth.invalid_depth, 10) AS invalid_depth178 MIN(descendant_depth) AS invalid_depth212 CASE WHEN descendant_depth < invalid_depth OR descendant_major_slice THEN219 CASE WHEN descendant_depth < invalid_depth OR descendant_major_slice THEN226 CASE WHEN descendant_depth < invalid_depth OR descendant_major_slice THEN233 CASE WHEN descendant_depth < invalid_depth OR descendant_major_slice THEN239 CASE WHEN descendant_depth < invalid_depth OR descendant_major_slice THEN246 CASE WHEN descendant_depth < invalid_depth OR descendant_major_slice THEN
487 if (invalid_depth() > 0) { in StartObject()566 if (invalid_depth() > 0) return this; in StartObject()631 if (invalid_depth() > 0) { in EndObject()649 if (invalid_depth() > 0) { in StartList()733 if (invalid_depth() > 0) return this; in StartList()862 if (invalid_depth() > 0) { in EndList()1056 if (invalid_depth() > 0) return this; in RenderDataPiece()1259 if (invalid_depth() == 0) in Push()
133 int invalid_depth() { return invalid_depth_; } in invalid_depth() function