Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/sorter/
H A Dtrace_sorter_unittest.cc322 struct ExpectedMachineAndCpu { in TEST_F() struct
323 std::optional<MachineId> machine_id; in TEST_F()
324 uint32_t cpu; in TEST_F()
326 bool operator==(const ExpectedMachineAndCpu& other) const { in TEST_F()
329 bool operator!=(const ExpectedMachineAndCpu& other) const { in TEST_F()