Searched refs:XMLDocument (Results 1 – 13 of 13) sorted by relevance
/external/tinyxml2/ |
D | xmltest.cpp | 67 …return XMLTest(testString, XMLDocument::ErrorIDToName(expected), XMLDocument::ErrorIDToName(found)… in XMLTest() 117 XMLDocument doc; in example_1() 136 XMLDocument doc; in example_2() 161 XMLDocument doc; in example_3() 249 XMLDocument doc; in example_4() 317 XMLDocument* doc = new XMLDocument(); in main() 374 XMLDocument doc; in main() 389 XMLDocument doc; in main() 399 XMLDocument doc; in main() 409 XMLDocument doc; in main() [all …]
|
D | tinyxml2.h | 118 class XMLDocument; variable 486 virtual bool VisitEnter( const XMLDocument& /*doc*/ ) { in VisitEnter() argument 490 virtual bool VisitExit( const XMLDocument& /*doc*/ ) { in VisitExit() argument 670 friend class XMLDocument; variable 675 const XMLDocument* GetDocument() const { in GetDocument() 680 XMLDocument* GetDocument() { in GetDocument() 698 virtual XMLDocument* ToDocument() { in ToDocument() 719 virtual const XMLDocument* ToDocument() const { in ToDocument() 879 virtual XMLNode* ShallowClone( XMLDocument* document ) const = 0; 894 XMLNode* DeepClone( XMLDocument* target ) const; [all …]
|
D | tinyxml2.cpp | 678 char* XMLDocument::Identify( char* p, XMLNode** node ) in Identify() 748 bool XMLDocument::Accept( XMLVisitor* visitor ) const in Accept() 764 XMLNode::XMLNode( XMLDocument* doc ) : in XMLNode() 803 XMLNode* XMLNode::DeepClone(XMLDocument* target) const in DeepClone() 1029 XMLDocument::DepthTracker tracker(_document); in ParseDeep() 1196 XMLNode* XMLText::ShallowClone( XMLDocument* doc ) const in ShallowClone() 1224 XMLComment::XMLComment( XMLDocument* doc ) : XMLNode( doc ) in XMLComment() 1245 XMLNode* XMLComment::ShallowClone( XMLDocument* doc ) const in ShallowClone() 1272 XMLDeclaration::XMLDeclaration( XMLDocument* doc ) : XMLNode( doc ) in XMLDeclaration() 1294 XMLNode* XMLDeclaration::ShallowClone( XMLDocument* doc ) const in ShallowClone() [all …]
|
D | readme.md | 89 An XMLDocument is a C++ object like any other, that can be on the stack, or 93 be created by calling the appropriate XMLDocument::NewElement, NewText, etc. 137 TinyXML-2 supports this with the 'whitespace' parameter to the XMLDocument constructor. 188 XMLDocument doc; 204 #### Print without an XMLDocument 226 XMLDocument doc; 234 XMLDocument doc;
|
/external/llvm-project/lldb/source/Host/common/ |
D | XML.cpp | 18 #pragma mark-- XMLDocument 20 XMLDocument::XMLDocument() : m_document(nullptr) {} in XMLDocument() function in XMLDocument 22 XMLDocument::~XMLDocument() { Clear(); } in ~XMLDocument() 24 void XMLDocument::Clear() { in Clear() 34 bool XMLDocument::IsValid() const { return m_document != nullptr; } in IsValid() 36 void XMLDocument::ErrorCallback(void *ctx, const char *format, ...) { in ErrorCallback() 37 XMLDocument *document = (XMLDocument *)ctx; in ErrorCallback() 45 bool XMLDocument::ParseFile(const char *path) { in ParseFile() 48 xmlSetGenericErrorFunc((void *)this, XMLDocument::ErrorCallback); in ParseFile() 55 bool XMLDocument::ParseMemory(const char *xml, size_t xml_length, in ParseMemory() [all …]
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | XML.h | 113 class XMLDocument { 115 XMLDocument(); 117 ~XMLDocument(); 176 XMLDocument m_xml_doc;
|
/external/oss-fuzz/projects/tinyxml2/ |
D | xmltest.cpp | 29 XMLDocument doc; in LLVMFuzzerTestOneInput()
|
/external/tinyxml2/contrib/ |
D | html5-printer.cpp | 94 XMLDocument doc (false); in main()
|
/external/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/ |
D | SymbolVendorMacOSX.cpp | 159 if (XMLDocument::XMLEnabled()) { in CreateInstance()
|
/external/llvm-project/lldb/unittests/Process/gdb-remote/ |
D | GDBRemoteCommunicationClientTest.cpp | 333 if (XMLDocument::XMLEnabled()) { in TEST_F() 375 if (XMLDocument::XMLEnabled()) { in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 4477 XMLDocument xml_document; in GetGDBServerRegisterInfoXMLAndProcess() 4589 if (!XMLDocument::XMLEnabled()) in GetGDBServerRegisterInfo() 4607 if (!XMLDocument::XMLEnabled()) in GetLoadedModuleList() 4631 XMLDocument doc; in GetLoadedModuleList() 4720 XMLDocument doc; in GetLoadedModuleList()
|
D | GDBRemoteCommunicationClient.cpp | 1628 if (!XMLDocument::XMLEnabled()) { in LoadQXferMemoryMap() 1646 XMLDocument xml_document; in LoadQXferMemoryMap()
|
/external/llvm-project/lldb/source/API/ |
D | SBDebugger.cpp | 686 *config_up, "xml", XMLDocument::XMLEnabled(), in GetBuildConfiguration()
|