HomeSort by relevance Sort by last modified time
    Searched refs:m_pRoot (Results 1 - 14 of 14) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_numbertree.h 15 explicit CPDF_NumberTree(CPDF_Dictionary* pRoot) : m_pRoot(pRoot) {}
20 CPDF_Dictionary* const m_pRoot;
cpdf_nametree.h 19 explicit CPDF_NameTree(CPDF_Dictionary* pRoot) : m_pRoot(pRoot) {}
28 CPDF_Dictionary* GetRoot() const { return m_pRoot; }
31 CPDF_Dictionary* m_pRoot;
cpdf_nametree.cpp 141 : m_pRoot(nullptr) {
150 m_pRoot = pNames->GetDictFor(category);
154 return m_pRoot ? ::CountNames(m_pRoot) : 0;
158 if (!m_pRoot)
162 if (!SearchNameNode(m_pRoot, csName, nIndex, nullptr))
169 if (!m_pRoot)
172 return SearchNameNode(m_pRoot, nIndex, nCurIndex, csName, nullptr);
176 if (!m_pRoot)
179 return SearchNameNode(m_pRoot, csName, nIndex, nullptr)
    [all...]
cpdf_numbertree.cpp 51 return SearchNumberNode(m_pRoot, num);
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h 76 Alloc::m_pRoot = pClient.Alloc::m_pRoot;
84 Alloc::m_pCurrent->next = pClient.Alloc::m_pRoot;
  /external/pdfium/xfa/fxfa/parser/
xfa_utils.h 30 : m_pRoot(pRootNode), m_NodeStack(100) {
39 m_pRoot = pRootNode;
47 if (m_pRoot) {
48 m_NodeStack.Push(m_pRoot);
56 for (pNode = pCurNode; pNode && pNode != m_pRoot;
63 revStack.Push(m_pRoot);
74 NodeType* GetRoot() const { return m_pRoot; }
98 if (m_pRoot) {
99 m_NodeStack.Push(m_pRoot);
161 NodeType* m_pRoot;
    [all...]
cxfa_xml_parser.h 33 CFDE_XMLNode* m_pRoot;
cxfa_xml_parser.cpp 14 m_pRoot(pRoot),
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 102 LinearAllocatorBase() : m_pRoot(NULL), m_pCurrent(NULL), m_AllocatedNum(0) {}
208 m_pRoot = 0;
215 chunk_type* cur = m_pRoot, *prev;
227 bool empty() const { return (m_pRoot == 0); }
233 m_pRoot = new chunk_type();
234 m_pCurrent = m_pRoot;
247 chunk_type* m_pRoot;
GCFactory.h 154 iterator begin() { return iterator(Alloc::m_pRoot, 0); }
156 const_iterator begin() const { return const_iterator(Alloc::m_pRoot, 0); }
  /external/pdfium/xfa/fde/xml/
fde_xml_imp.h 196 CFDE_XMLNode* GetRoot() const { return m_pRoot; }
207 CFDE_XMLNode* m_pRoot;
fde_xml_imp.cpp 915 CFDE_XMLDoc::CFDE_XMLDoc() : m_pRoot(nullptr) {
918 m_pRoot->InsertChildNode(pXML);
929 if (m_pRoot)
930 m_pRoot->DeleteChildren();
932 m_pRoot = new CFDE_XMLNode;
934 delete m_pRoot;
935 m_pRoot = nullptr;
1094 CFDE_XMLNode* pNode = m_pRoot->m_pChild;
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_data_avail.h 203 std::unique_ptr<CPDF_Object> m_pRoot;
cpdf_data_avail.cpp 390 m_pRoot = GetObject(m_dwRootObjNum, pHints, &bExist);
396 if (!m_pRoot) {
404 CPDF_Dictionary* pDict = m_pRoot->GetDict();
418 ToReference(m_pRoot->GetDict()->GetObjectFor("AcroForm"));
    [all...]

Completed in 1370 milliseconds