OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnsupportedCPUType
(Results
1 - 3
of
3
) sorted by null
/external/google-breakpad/src/common/mac/
macho_reader.h
297
virtual void
UnsupportedCPUType
(cpu_type_t cpu_type);
macho_reader.cc
219
void Reader::Reporter::
UnsupportedCPUType
(cpu_type_t cpu_type) {
257
reporter_->
UnsupportedCPUType
(expected_cpu_type);
macho_reader_unittest.cc
104
MOCK_METHOD1(
UnsupportedCPUType
, void(cpu_type_t cpu_type));
192
TEST(MachOReaderReporter,
UnsupportedCPUType
) {
194
reporter.
UnsupportedCPUType
(CPU_TYPE_HPPA);
748
EXPECT_CALL(reporter,
UnsupportedCPUType
(_)).Times(0);
[
all
...]
Completed in 156 milliseconds