Home
last modified time | relevance | path

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

/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc263 struct PreprocessedInline { struct
264 StringId system_name_id = StringId::Null();
265 StringId filename_id = StringId::Null();
266 int64_t line_no = 0;
268 PreprocessedInline(StringId s, StringId f, int64_t line) in PreprocessedInline() function