OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InsertAfterChild
(Results
1 - 2
of
2
) sorted by null
/external/tinyxml/
xmltest.cpp
228
todoElement->
InsertAfterChild
( itemElement, item );
734
// InsertBeforeChild and
InsertAfterChild
causes crash.
746
// InsertBeforeChild and
InsertAfterChild
causes crash.
751
TiXmlNode* childNode1 = parent.
InsertAfterChild
( childNode0, childText1 );
753
XmlTest( "Test
InsertAfterChild
on empty node. ", ( childNode1 == parent.LastChild() ), true );
tinyxml.h
556
TiXmlNode*
InsertAfterChild
( TiXmlNode* afterThis, const TiXmlNode& addThis );
[
all
...]
Completed in 3772 milliseconds