Home
last modified time | relevance | path

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

/external/perfetto/src/perfetto_cmd/
Dpbtxt_to_pb.cc527 bool comment_till_eol = false; in Parse() local
537 if (comment_till_eol) { in Parse()
538 comment_till_eol = false; in Parse()
542 if (comment_till_eol) in Parse()
550 comment_till_eol = true; in Parse()
583 comment_till_eol = true; in Parse()
590 comment_till_eol = true; in Parse()
659 comment_till_eol = c == '#'; in Parse()