HomeSort by relevance Sort by last modified time
    Searched refs:m_pParent (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/compile/mclinker/lib/Fragment/
Fragment.cpp 21 : m_Kind(Type(~0)), m_pParent(NULL), m_Offset(~uint64_t(0)) {
25 : m_Kind(pKind), m_pParent(pParent), m_Offset(~uint64_t(0)) {
26 if (m_pParent != NULL)
27 m_pParent->getFragmentList().push_back(this);
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 143 : m_pParent(pParent), m_Iter(pIter) {
148 : m_pParent(pCopy.m_pParent),
157 if (m_pParent == NULL)
163 if (m_pParent == NULL)
169 m_pParent = pCopy.m_pParent;
176 if (m_pParent == 0)
182 if (m_pParent->m_Cache.end() == m_Iter) {
183 if (!m_pParent->m_CacheFull)
    [all...]
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
AsyncCB.h 30 AsyncCallback(T *pParent, InvokeFn fn) : m_pParent(pParent), m_pInvokeFn(fn)
37 return m_pParent->AddRef();
41 return m_pParent->Release();
76 return (m_pParent->*m_pInvokeFn)(pAsyncResult);
79 T *m_pParent;
  /frameworks/compile/mclinker/include/mcld/Fragment/
Fragment.h 40 const SectionData* getParent() const { return m_pParent; }
41 SectionData* getParent() { return m_pParent; }
43 void setParent(SectionData* pValue) { m_pParent = pValue; }
61 SectionData* m_pParent;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.h 23 const MipsGNULDBackend& m_pParent;
MipsELFDynamic.cpp 23 : ELFDynamic(pParent, pConfig), m_pParent(pParent), m_pConfig(pConfig) {
68 return getSymTabNum(pFormat) - m_pParent.getGOT().getGlobalNum();
75 return m_pParent.getGOT().getLocalNum();
83 m_pParent.elfSegmentTable().find(llvm::ELF::PT_LOAD, 0x0, 0x0);
85 return m_pParent.elfSegmentTable().end() == baseSeg ? 0 : (*baseSeg)->vaddr();
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_appadapter.h 24 return (CXFA_ContainerLayoutItem*)pLayoutItem->m_pParent;
53 return (CXFA_ContainerLayoutItem*)pLayoutItem->m_pParent;
68 return (CXFA_ContentLayoutItem*)pLayoutItem->m_pParent;
xfa_layout_appadapter.cpp 45 pNode->m_pParent = nullptr;
xfa_parser_imp.cpp     [all...]
xfa_parser_imp.h 127 IFDE_XMLNode* m_pParent;
xfa_layout_itemlayout.cpp 287 (CXFA_ContentLayoutItem*)pSecondParent->m_pParent;
290 pParentItem = (CXFA_ContentLayoutItem*)pParentItem->m_pParent;
294 pSecondLayoutItem->m_pParent = pLayoutItem->m_pParent;
368 pCurNode = pCurNode->m_pParent) {
386 for (CXFA_LayoutItem* pLayoutItem = pThis->m_pParent; pLayoutItem;
387 pLayoutItem = pLayoutItem->m_pParent) {
417 return m_pParent;
493 if (pChildItem->m_pParent) {
494 pChildItem->m_pParent->RemoveChild(pChildItem);
    [all...]
xfa_layout_pagemgr_new.cpp 52 m_pPageSetLayoutItemRoot->m_pParent = NULL;
183 (CXFA_ContainerLayoutItem*)pLayoutItem->m_pParent;
193 (CXFA_ContainerLayoutItem*)pLayoutItem->m_pParent;
359 GetCurrentContainerRecord()->pCurPageSet->m_pParent;
463 return (CXFA_ContainerLayoutItem*)pLayoutItem->m_pParent;
    [all...]
xfa_document_layout_imp.cpp 169 m_pParent(NULL),
xfa_object_imp.cpp 91 m_pParent(nullptr),
101 FXSYS_assert(m_pParent == NULL);
106 pNode->m_pParent = NULL;
158 return m_pParent;
160 if (m_pParent) {
161 CXFA_Node* pSibling = m_pParent->m_pChild;
194 pNode = m_pParent;
197 pNode = pNode->m_pParent;
201 if (m_pParent) {
202 CXFA_Node* pSibling = m_pParent->m_pChild;
    [all...]
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 74 : m_pParent(NULL), m_pChild(NULL), m_pPrior(NULL), m_pNext(NULL) {}
146 pFind = m_pParent;
180 pNode->m_pParent = this;
216 pNode->m_pParent = NULL;
224 while (pParent->m_pParent != NULL) {
225 pParent = pParent->m_pParent;
230 return m_pParent;
251 while (pParent->m_pParent != NULL) {
252 pParent = pParent->m_pParent;
258 return m_pParent;
    [all...]
fde_xml.h 47 CFDE_XMLNode* m_pParent;
196 CFDE_XMLNode* m_pParent;
  /external/pdfium/core/src/fpdfdoc/
tagged_int.h 50 CPDF_StructElement* GetParent() const override { return m_pParent; }
95 CPDF_StructElementImpl* m_pParent;
doc_tagged.cpp 205 m_pParent = pParent;
342 if (!m_pParent) {
345 return m_pParent->GetAttr(owner, name, TRUE, fLevel + 1);
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_doclayout.h 51 CXFA_LayoutItem* m_pParent;
118 return pLayoutItem->m_pParent;
  /external/pdfium/core/include/fxcrt/
fx_xml.h 69 CXML_Element* GetParent() const { return m_pParent; }
165 CXML_Element* m_pParent;
  /external/pdfium/xfa/include/fwl/core/
fwl_widget.h 80 m_pParent = NULL;
90 IFWL_Widget* m_pParent;
  /external/pdfium/xfa/include/fwl/lightwidget/
widget.h 26 m_pParent = NULL;
38 CFWL_Widget* m_pParent;
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 146 Directory* m_pParent; // get handler
  /external/pdfium/xfa/src/fwl/src/lightwidget/
widget.cpp 22 if (m_pParent)
23 result.m_pParent = m_pParent->GetWidget();
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_datetimepickerimp.cpp 444 propMonth.m_pParent = m_pInterface;
453 propEdit.m_pParent = m_pInterface;
687 prop.m_pParent = m_pInterface;
840 propMonth.m_pParent = m_pInterface;
855 propEdit.m_pParent = m_pInterface;
    [all...]

Completed in 807 milliseconds

1 2