Searched refs:BinaryProto (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/test/trace_processor/diff_tests/functions/ |
D | tests.py | 17 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/ |
D | testing.py | 59 class BinaryProto: class 88 out: Union[Path, DataPath, Json, Csv, TextProto, BinaryProto] 118 return isinstance(self.out, BinaryProto)
|
D | runner.py | 28 from python.generators.diff_tests.testing import TestCase, TestType, BinaryProto 153 def __output_to_text_proto(self, actual: str, out: BinaryProto) -> str: argument
|