Searched refs:ParseMemory (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cfdf_document.h | 22 static std::unique_ptr<CFDF_Document> ParseMemory(
|
D | cfdf_document.cpp | 31 std::unique_ptr<CFDF_Document> CFDF_Document::ParseMemory( in ParseMemory() function in CFDF_Document
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | XML.h | 127 bool ParseMemory(const char *xml, size_t xml_length,
|
/external/llvm-project/lldb/source/Host/common/ |
D | XML.cpp | 55 bool XMLDocument::ParseMemory(const char *xml, size_t xml_length, in ParseMemory() function in XMLDocument
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_interactiveform.cpp | 74 std::unique_ptr<CFDF_Document> pFDF = CFDF_Document::ParseMemory(*pBuffer); in FDFToURLEncodedData()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 4479 if (xml_document.ParseMemory(raw.c_str(), raw.size(), xml_filename.c_str())) { in GetGDBServerRegisterInfoXMLAndProcess() 4633 if (!doc.ParseMemory(raw.c_str(), raw.size(), "noname.xml")) in GetLoadedModuleList() 4722 if (!doc.ParseMemory(raw.c_str(), raw.size(), "noname.xml")) in GetLoadedModuleList()
|
D | GDBRemoteCommunicationClient.cpp | 1648 if (!xml_document.ParseMemory(xml.c_str(), xml.size())) { in LoadQXferMemoryMap()
|