OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_pParent
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.h
24
const MipsGNULDBackend&
m_pParent
;
/frameworks/compile/mclinker/include/mcld/Fragment/
Fragment.h
47
const SectionData* getParent() const { return
m_pParent
; }
48
SectionData* getParent() { return
m_pParent
; }
50
void setParent(SectionData *pValue) {
m_pParent
= pValue; }
71
SectionData*
m_pParent
;
/external/pdfium/core/src/fpdfdoc/
tagged_int.h
50
return
m_pParent
;
84
CPDF_StructElementImpl*
m_pParent
;
/frameworks/compile/mclinker/include/mcld/Support/
Directory.h
142
Directory*
m_pParent
; // get handler
/external/pdfium/core/include/fxcrt/
fx_xml.h
98
return
m_pParent
;
197
CXML_Element*
m_pParent
;
/external/pdfium/core/src/reflow/
reflowedpage.h
139
: m_pPageObj(pPageObj) ,
m_pParent
(pParent)
148
if (NULL ==
m_pParent
) {
151
CPDF_PageObject* pParentObj =
m_pParent
->GetPageObj();
159
CRF_PageInfo*
m_pParent
;
Completed in 93 milliseconds