Home
last modified time | relevance | path

Searched refs:insert_copy_before (Results 1 – 25 of 90) sorted by relevance

1234

/dports/emulators/mess/mame-mame0226/3rdparty/pugixml/tests/
H A Dtest_dom_modify.cpp441 CHECK(node.insert_copy_before(a1, xml_attribute()) == xml_attribute());
442 CHECK(node.insert_copy_before(xml_attribute(), a1) == xml_attribute());
443 CHECK(node.insert_copy_before(a2, a2) == xml_attribute());
445 xml_attribute a3 = node.insert_copy_before(a1, a1);
448 xml_attribute a4 = node.insert_copy_before(a2, a1);
451 xml_attribute a5 = node.insert_copy_before(a4, a1);
454 CHECK(child.insert_copy_before(a4, a4) == xml_attribute());
797 CHECK(xml_node().insert_copy_before(xml_node(), xml_node()) == xml_node());
799 CHECK(doc.insert_copy_before(doc, doc) == xml_node());
846 doc.insert_copy_before(doc.first_child(), doc.first_child());
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/pugixml/tests/
H A Dtest_dom_modify.cpp441 CHECK(node.insert_copy_before(a1, xml_attribute()) == xml_attribute());
442 CHECK(node.insert_copy_before(xml_attribute(), a1) == xml_attribute());
443 CHECK(node.insert_copy_before(a2, a2) == xml_attribute());
445 xml_attribute a3 = node.insert_copy_before(a1, a1);
448 xml_attribute a4 = node.insert_copy_before(a2, a1);
451 xml_attribute a5 = node.insert_copy_before(a4, a1);
454 CHECK(child.insert_copy_before(a4, a4) == xml_attribute());
797 CHECK(xml_node().insert_copy_before(xml_node(), xml_node()) == xml_node());
799 CHECK(doc.insert_copy_before(doc, doc) == xml_node());
846 doc.insert_copy_before(doc.first_child(), doc.first_child());
[all …]
/dports/devel/cquery/cquery-20180718/third_party/pugixml/tests/
H A Dtest_dom_modify.cpp444 CHECK(node.insert_copy_before(a1, xml_attribute()) == xml_attribute());
445 CHECK(node.insert_copy_before(xml_attribute(), a1) == xml_attribute());
446 CHECK(node.insert_copy_before(a2, a2) == xml_attribute());
447 CHECK(node.last_child().insert_copy_before(a2, a2) == xml_attribute());
449 xml_attribute a3 = node.insert_copy_before(a1, a1);
452 xml_attribute a4 = node.insert_copy_before(a2, a1);
455 xml_attribute a5 = node.insert_copy_before(a4, a1);
458 CHECK(child.insert_copy_before(a4, a4) == xml_attribute());
810 CHECK(doc.insert_copy_before(doc, doc) == xml_node());
858 doc.insert_copy_before(doc.first_child(), doc.first_child());
[all …]
H A Dtest_compact.cpp58 CHECK_ALLOC_FAIL(CHECK(!n.insert_copy_before(a, a)));
86 CHECK_ALLOC_FAIL(CHECK(!doc.insert_copy_before(n, n)));
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Resource/
H A DXMLFile.cpp255 parent.insert_copy_before(patch.first_child(), original.node()); in PatchReplace()
308 original.node().insert_copy_before(*start, pos); in AddNode()
326 original.parent().insert_copy_before(*start, original.node()); in AddNode()
/dports/emulators/mess/mame-mame0226/3rdparty/pugixml/docs/samples/
H A Dinclude.cpp29 node.insert_copy_before(ic, include); in preprocess()
/dports/devel/cquery/cquery-20180718/third_party/pugixml/docs/samples/
H A Dinclude.cpp29 node.insert_copy_before(ic, include); in preprocess()
/dports/emulators/mame/mame-mame0226/3rdparty/pugixml/docs/samples/
H A Dinclude.cpp29 node.insert_copy_before(ic, include); in preprocess()
/dports/textproc/pugixml/pugixml-1.11.4/docs/samples/
H A Dinclude.cpp29 node.insert_copy_before(ic, include); in preprocess()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/thirdparty/pugixml/
H A Dpugixml.hpp447 xml_attribute insert_copy_before(const xml_attribute& proto, const xml_attribute& attr);
465 xml_node insert_copy_before(const xml_node& proto, const xml_node& node);
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/thirdparty/pugixml/
H A Dpugixml.hpp447 xml_attribute insert_copy_before(const xml_attribute& proto, const xml_attribute& attr);
465 xml_node insert_copy_before(const xml_node& proto, const xml_node& node);
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dpugixml.hpp451 xml_attribute insert_copy_before(const xml_attribute& proto, const xml_attribute& attr);
469 xml_node insert_copy_before(const xml_node& proto, const xml_node& node);
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dpugixml.hpp451 xml_attribute insert_copy_before(const xml_attribute& proto, const xml_attribute& attr);
469 xml_node insert_copy_before(const xml_node& proto, const xml_node& node);
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dpugixml.hpp451 xml_attribute insert_copy_before(const xml_attribute& proto, const xml_attribute& attr);
469 xml_node insert_copy_before(const xml_node& proto, const xml_node& node);
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dpugixml.hpp451 xml_attribute insert_copy_before(const xml_attribute& proto, const xml_attribute& attr);
469 xml_node insert_copy_before(const xml_node& proto, const xml_node& node);
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dpugixml.hpp451 xml_attribute insert_copy_before(const xml_attribute& proto, const xml_attribute& attr);
469 xml_node insert_copy_before(const xml_node& proto, const xml_node& node);
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dpugixml.hpp451 xml_attribute insert_copy_before(const xml_attribute& proto, const xml_attribute& attr);
469 xml_node insert_copy_before(const xml_node& proto, const xml_node& node);
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dpugixml.hpp451 xml_attribute insert_copy_before(const xml_attribute& proto, const xml_attribute& attr);
469 xml_node insert_copy_before(const xml_node& proto, const xml_node& node);
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dpugixml.hpp451 xml_attribute insert_copy_before(const xml_attribute& proto, const xml_attribute& attr);
469 xml_node insert_copy_before(const xml_node& proto, const xml_node& node);
/dports/science/iboview/ibo-view.20150427/src/pugixml/
H A Dpugixml.hpp484 xml_attribute insert_copy_before(const xml_attribute& proto, const xml_attribute& attr);
502 xml_node insert_copy_before(const xml_node& proto, const xml_node& node);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A Dpugixml.hpp484 xml_attribute insert_copy_before(const xml_attribute& proto, const xml_attribute& attr);
502 xml_node insert_copy_before(const xml_node& proto, const xml_node& node);
/dports/biology/pbbam/pbbam-0.18.0/src/pugixml/
H A Dpugixml.hpp486 xml_attribute insert_copy_before(const xml_attribute& proto, const xml_attribute& attr);
504 xml_node insert_copy_before(const xml_node& proto, const xml_node& node);
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/pugixml/src/
H A Dpugixml.hpp565 xml_attribute insert_copy_before(const xml_attribute& proto, const xml_attribute& attr);
583 xml_node insert_copy_before(const xml_node& proto, const xml_node& node);
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/pugixml/pugixml/src/
H A Dpugixml.hpp563 xml_attribute insert_copy_before(const xml_attribute& proto, const xml_attribute& attr);
581 xml_node insert_copy_before(const xml_node& proto, const xml_node& node);
/dports/emulators/mess/mame-mame0226/3rdparty/pugixml/src/
H A Dpugixml.hpp510 xml_attribute insert_copy_before(const xml_attribute& proto, const xml_attribute& attr);
528 xml_node insert_copy_before(const xml_node& proto, const xml_node& node);

1234