OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pPrinter
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/LD/
DiagnosticEngine.cpp
26
m_pPrinter
(NULL),
32
if (m_OwnPrinter &&
m_pPrinter
!= NULL)
33
delete
m_pPrinter
;
54
if (m_OwnPrinter &&
m_pPrinter
!= NULL)
55
delete
m_pPrinter
;
56
m_pPrinter
= &pPrinter;
/frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h
69
const DiagnosticPrinter* getPrinter() const { return
m_pPrinter
; }
70
DiagnosticPrinter* getPrinter() { return
m_pPrinter
; }
74
return
m_pPrinter
;
136
DiagnosticPrinter*
m_pPrinter
;
/frameworks/compile/mclinker/unittests/
StaticResolverTest.h
47
mcld::DiagnosticPrinter*
m_pPrinter
;
Completed in 69 milliseconds