Home
last modified time | relevance | path

Searched refs:ExtractValueForJsonKey (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/importers/json/
Djson_trace_tokenizer.h81 util::Status ExtractValueForJsonKey(base::StringView dict,
Djson_trace_tokenizer.cc235 util::Status ExtractValueForJsonKey(base::StringView dict, in ExtractValueForJsonKey() function
572 RETURN_IF_ERROR(ExtractValueForJsonKey(unparsed, "ts", &opt_raw_ts)); in ParseInternal()
581 RETURN_IF_ERROR(ExtractValueForJsonKey(unparsed, "ph", &opt_raw_ph)); in ParseInternal()