Home
last modified time | relevance | path

Searched defs:maybe_cookie (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_parser.h203 auto maybe_cookie = base::StringToInt64(f3_cookie.ToStdString()); in ParseSystraceTracePoint() local
246 auto maybe_cookie = base::StringToInt64(read_next_field().ToStdString()); in ParseSystraceTracePoint() local
261 auto maybe_cookie = base::StringToInt64(maybe_cookie_str.ToStdString()); in ParseSystraceTracePoint() local