Home
last modified time | relevance | path

Searched refs:ParseMemory (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcfdf_document.h22 static std::unique_ptr<CFDF_Document> ParseMemory(
Dcfdf_document.cpp31 std::unique_ptr<CFDF_Document> CFDF_Document::ParseMemory( in ParseMemory() function in CFDF_Document
/external/llvm-project/lldb/include/lldb/Host/
DXML.h127 bool ParseMemory(const char *xml, size_t xml_length,
/external/llvm-project/lldb/source/Host/common/
DXML.cpp55 bool XMLDocument::ParseMemory(const char *xml, size_t xml_length, in ParseMemory() function in XMLDocument
/external/pdfium/fpdfsdk/
Dcpdfsdk_interactiveform.cpp74 std::unique_ptr<CFDF_Document> pFDF = CFDF_Document::ParseMemory(*pBuffer); in FDFToURLEncodedData()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp4479 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()
DGDBRemoteCommunicationClient.cpp1648 if (!xml_document.ParseMemory(xml.c_str(), xml.size())) { in LoadQXferMemoryMap()