Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/metrics/chrome/
Dscroll_jank_cause_queuing_delay.sql173 COALESCE(depth.invalid_depth, 10) AS invalid_depth
178 MIN(descendant_depth) AS invalid_depth
212 CASE WHEN descendant_depth < invalid_depth OR descendant_major_slice THEN
219 CASE WHEN descendant_depth < invalid_depth OR descendant_major_slice THEN
226 CASE WHEN descendant_depth < invalid_depth OR descendant_major_slice THEN
233 CASE WHEN descendant_depth < invalid_depth OR descendant_major_slice THEN
239 CASE WHEN descendant_depth < invalid_depth OR descendant_major_slice THEN
246 CASE WHEN descendant_depth < invalid_depth OR descendant_major_slice THEN
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc487 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()
Dproto_writer.h133 int invalid_depth() { return invalid_depth_; } in invalid_depth() function