Searched refs:name_tree (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/testing/fuzzers/ |
D | pdf_nametree_fuzzer.cc | 57 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/ |
D | fpdf_javascript.cpp | 33 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()
|
D | fpdf_view.cpp | 1019 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/ |
D | cpdf_link.cpp | 31 CPDF_NameTree name_tree(pDoc, "Dests"); in GetDest() local 32 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, pDest->GetUnicodeText())); in GetDest()
|
D | cpdf_bookmark.cpp | 56 CPDF_NameTree name_tree(pDocument, "Dests"); in GetDest() local 58 name_tree.LookupNamedDest(pDocument, pDest->GetUnicodeText())); in GetDest()
|
D | cpdf_action.cpp | 65 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/ |
D | ast.c | 3183 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/ |
D | smaliParser.java | 9180 CommonTree name_tree=null; in local_directive() local
|