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
23
: m_pConfig(NULL), m_pLineInfo(NULL),
m_pPrinter
(NULL),
29
if (m_OwnPrinter &&
m_pPrinter
!= NULL)
30
delete
m_pPrinter
;
54
if (m_OwnPrinter && NULL !=
m_pPrinter
)
55
delete
m_pPrinter
;
56
m_pPrinter
= &pPrinter;
/frameworks/compile/mclinker/unittests/
StaticResolverTest.h
49
mcld::DiagnosticPrinter*
m_pPrinter
;
/frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h
71
const DiagnosticPrinter* getPrinter() const { return
m_pPrinter
; }
72
DiagnosticPrinter* getPrinter() { return
m_pPrinter
; }
77
return
m_pPrinter
;
143
DiagnosticPrinter*
m_pPrinter
;
Completed in 116 milliseconds