Home
last modified time | relevance | path

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

/external/perfetto/test/trace_processor/diff_tests/functions/
Dtests.py17 from python.generators.diff_tests.testing import Csv, Json, TextProto, BinaryProto
263 out=BinaryProto(
301 out=BinaryProto(
340 out=BinaryProto(
362 out=BinaryProto(
379 out=BinaryProto(
/external/perfetto/python/generators/diff_tests/
Dtesting.py59 class BinaryProto: class
88 out: Union[Path, DataPath, Json, Csv, TextProto, BinaryProto]
118 return isinstance(self.out, BinaryProto)
Drunner.py28 from python.generators.diff_tests.testing import TestCase, TestType, BinaryProto
153 def __output_to_text_proto(self, actual: str, out: BinaryProto) -> str: argument