Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/mac/
Dmacho_reader.cc219 void Reader::Reporter::UnsupportedCPUType(cpu_type_t cpu_type) { in UnsupportedCPUType() function in google_breakpad::mach_o::Reader::Reporter
257 reporter_->UnsupportedCPUType(expected_cpu_type); in Read()
Dmacho_reader.h297 virtual void UnsupportedCPUType(cpu_type_t cpu_type);
Dmacho_reader_unittest.cc103 MOCK_METHOD1(UnsupportedCPUType, void(cpu_type_t cpu_type));
190 TEST(MachOReaderReporter, UnsupportedCPUType) { in TEST() argument
192 reporter.UnsupportedCPUType(CPU_TYPE_HPPA); in TEST()
745 EXPECT_CALL(reporter, UnsupportedCPUType(_)).Times(0); in ReaderFixture()