Home
last modified time | relevance | path

Searched refs:name_tree (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/testing/fuzzers/
Dpdf_nametree_fuzzer.cc57 CPDF_NameTree name_tree(dict.Get()); in LLVMFuzzerTestOneInput() local
64 name_tree.AddValueAndName(std::move(obj), name); in LLVMFuzzerTestOneInput()
69 name_tree.DeleteValueAndName(i); in LLVMFuzzerTestOneInput()
72 name_tree.DeleteValueAndName(0); in LLVMFuzzerTestOneInput()
/external/pdfium/fpdfsdk/
Dfpdf_javascript.cpp33 CPDF_NameTree name_tree(doc, "JavaScript"); in FPDFDoc_GetJavaScriptAction() local
34 if (static_cast<size_t>(index) >= name_tree.GetCount()) in FPDFDoc_GetJavaScriptAction()
39 ToDictionary(name_tree.LookupValueAndName(index, &name)); in FPDFDoc_GetJavaScriptAction()
Dfpdf_view.cpp1019 CPDF_NameTree name_tree(pDoc, "Dests"); in FPDF_GetNamedDestByName() local
1022 name_tree.LookupNamedDest(pDoc, PDF_DecodeText(name_view.raw_span()))); in FPDF_GetNamedDestByName()
/external/pdfium/core/fpdfdoc/
Dcpdf_link.cpp31 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest() local
32 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, pDest->GetUnicodeText())); in GetDest()
Dcpdf_bookmark.cpp56 CPDF_NameTree name_tree(pDocument, "Dests"); in GetDest() local
58 name_tree.LookupNamedDest(pDocument, pDest->GetUnicodeText())); in GetDest()
Dcpdf_action.cpp65 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest() local
66 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, pDest->GetUnicodeText())); in GetDest()
/external/python/cpython3/Python/
Dast.c3183 static const int name_tree[] = { in ast_for_call() local
3202 for (int i = 0; name_tree[i]; i++) { in ast_for_call()
3203 if (TYPE(expr_node) != name_tree[i]) in ast_for_call()
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliParser.java9180 CommonTree name_tree=null; in local_directive() local