Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/mac/
Dmacho_reader.cc160 void Reader::Reporter::CPUTypeMismatch(cpu_type_t cpu_type, in CPUTypeMismatch() function in google_breakpad::mach_o::Reader::Reporter
292 reporter_->CPUTypeMismatch(cpu_type_, cpu_subtype_, in Read()
Dmacho_reader.h252 virtual void CPUTypeMismatch(cpu_type_t cpu_type,
Dmacho_reader_unittest.cc89 MOCK_METHOD4(CPUTypeMismatch, void(cpu_type_t cpu_type,
143 TEST(MachOReaderReporter, CPUTypeMismatch) { in TEST() argument
145 reporter.CPUTypeMismatch(CPU_TYPE_I386, CPU_SUBTYPE_X86_ALL, in TEST()
736 EXPECT_CALL(reporter, CPUTypeMismatch(_, _, _, _)).Times(0); in ReaderFixture()
858 CPUTypeMismatch(CPU_TYPE_I386, CPU_SUBTYPE_X86_ALL, in TEST_F()