Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/json/
Djson_utils.cc41 bool IsJsonSupported() { in IsJsonSupported() function
50 PERFETTO_DCHECK(IsJsonSupported()); in CoerceToTs()
87 PERFETTO_DCHECK(IsJsonSupported()); in CoerceToInt64()
114 PERFETTO_DCHECK(IsJsonSupported()); in CoerceToUint32()
131 PERFETTO_DCHECK(IsJsonSupported()); in ParseJsonString()
153 PERFETTO_DCHECK(IsJsonSupported()); in AddJsonValueToArgs()
Djson_utils.h41 bool IsJsonSupported();
Djson_trace_parser.cc72 PERFETTO_DCHECK(json::IsJsonSupported()); in ParseTracePacket()
220 PERFETTO_DCHECK(json::IsJsonSupported()); in MaybeAddFlow()
Djson_trace_tokenizer.cc376 PERFETTO_DCHECK(json::IsJsonSupported()); in Parse()
454 PERFETTO_DCHECK(json::IsJsonSupported()); in ParseInternal()
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc699 if (json::IsJsonSupported()) { in TraceProcessorImpl()
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc1207 if (!json::IsJsonSupported()) in ParseDebugAnnotationValue()