Home
last modified time | relevance | path

Searched defs:pRoot (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/frameworks/compile/mclinker/lib/Core/
DInputTree.cpp19 InputTree& InputTree::merge(TreeIteratorBase pRoot, in merge()
34 InputTree& InputTree::enterGroup(TreeIteratorBase pRoot, in enterGroup()
41 InputTree& InputTree::insert(TreeIteratorBase pRoot, in insert()
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_nametree.cpp409 CPDF_NameTree::CPDF_NameTree(RetainPtr<CPDF_Dictionary> pRoot) in CPDF_NameTree()
420 RetainPtr<CPDF_Dictionary> pRoot = pDoc->GetMutableRoot(); in Create() local
440 RetainPtr<CPDF_Dictionary> pRoot = pDoc->GetMutableRoot(); in CreateWithRootNameArray() local
464 CPDF_Dictionary* pRoot) { in CreateForTesting()
H A Dcpdf_interactiveform.cpp532 RetainPtr<CPDF_Dictionary> pRoot = m_pDocument->GetMutableRoot(); in CPDF_InteractiveForm() local
737 CFieldTree::Node* pRoot = m_pFieldTree->GetRoot(); in ResetForm() local
892 CFieldTree::Node* pRoot = m_pFieldTree->GetRoot(); in CheckRequiredFields() local
925 CFieldTree::Node* pRoot = m_pFieldTree->GetRoot(); in ExportToFDF() local
953 CFieldTree::Node* pRoot = m_pFieldTree->GetRoot(); in ExportToFDF() local
H A Dcpdf_numbertree.cpp53 CPDF_NumberTree::CPDF_NumberTree(RetainPtr<const CPDF_Dictionary> pRoot) in CPDF_NumberTree()
H A Dcpdf_annotlist.cpp180 const CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); in CPDF_AnnotList() local
/aosp_15_r20/packages/services/Car/cpp/powerpolicy/server/src/
DPolicyManager.cpp328 const XMLElement* pRoot, const char* tag, bool includeOtherComponents, in readPolicies()
420 const XMLElement* pRoot, in readPolicyGroups()
469 const XMLElement* pRoot, const std::unordered_map<std::string, int>& customComponents) { in readSystemPolicyOverrides()
492 Result<std::unordered_map<std::string, int>> readCustomComponents(const XMLElement* pRoot) { in readCustomComponents()
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/
DInputTree.h301 mcld::InputTree& mcld::InputTree::enterGroup(mcld::TreeIteratorBase pRoot) { in enterGroup()
313 mcld::InputTree& mcld::InputTree::insert(mcld::TreeIteratorBase pRoot, in insert()
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Duresdata.h70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) argument
388 const int32_t *pRoot; member
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/
H A Duresdata.h70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) argument
388 const int32_t *pRoot; member
/aosp_15_r20/external/icu/icu4c/source/common/
H A Duresdata.h70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) argument
388 const int32_t *pRoot; member
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/
H A Duresdata.h70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) argument
388 const int32_t *pRoot; member
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/
H A Duresdata.h70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) argument
388 const int32_t *pRoot; member
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/
H A Duresdata.h70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) argument
388 const int32_t *pRoot; member
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Duresdata.h70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) argument
388 const int32_t *pRoot; member
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_document.cpp290 const CPDF_Dictionary* pRoot = GetRoot(); in GetPagesDict() local
498 RetainPtr<CPDF_Dictionary> pRoot = GetMutableRoot(); in InsertNewPage() local
H A Dcpdf_data_avail.cpp273 const CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); in PreparePageItem() local
978 const CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); in CheckAcroForm() local
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_view.cpp288 const CPDF_Dictionary* pRoot = pDoc->GetRoot(); in FPDF_GetFormType() local
1072 const CPDF_Dictionary* pRoot = pDoc->GetRoot(); in FPDF_CountNamedDests() local
1176 const CPDF_Dictionary* pRoot = pDoc->GetRoot(); in FPDF_GetNamedDest() local
H A Dfpdf_ext.cpp89 const CPDF_Dictionary* pRoot = pDoc->GetRoot(); in FPDFDoc_GetPageMode() local
H A Dfpdf_save.cpp49 RetainPtr<CPDF_Dictionary> pRoot = pPDFDocument->GetMutableRoot(); in SaveXFADocumentData() local
/aosp_15_r20/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_docenvironment.cpp467 const CPDF_Dictionary* pRoot = m_pContext->GetPDFDoc()->GetRoot(); in ExportData() local
755 const CPDF_Dictionary* pRoot = m_pContext->GetPDFDoc()->GetRoot(); in ExportSubmitFile() local
H A Dcpdfxfa_context.cpp62 const CPDF_Dictionary* pRoot = pPDFDoc->GetRoot(); in CreateXFAMultiStream() local
/aosp_15_r20/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp37 bool GroupReader::readGroup(Module::input_iterator pRoot, in readGroup()
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_nodeiteratortemplate.h20 explicit CXFA_NodeIteratorTemplate(NodeType* pRoot) in CXFA_NodeIteratorTemplate()
/aosp_15_r20/external/cronet/third_party/icu/source/tools/genrb/
H A Dgenrb.cpp419 const int32_t *pRoot = (const int32_t *)( in main() local
/aosp_15_r20/external/icu/icu4c/source/tools/genrb/
H A Dgenrb.cpp419 const int32_t *pRoot = (const int32_t *)( in main() local

12