Home
last modified time | relevance | path

Searched refs:CreateUnlinkedNode (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/oss/src/external/tinyxml2/
A Dtinyxml2.cpp690 returnNode = CreateUnlinkedNode<XMLDeclaration>( _commentPool ); in Identify()
695 returnNode = CreateUnlinkedNode<XMLComment>( _commentPool ); in Identify()
700 XMLText* text = CreateUnlinkedNode<XMLText>( _textPool ); in Identify()
707 returnNode = CreateUnlinkedNode<XMLUnknown>( _commentPool ); in Identify()
712 returnNode = CreateUnlinkedNode<XMLElement>( _elementPool ); in Identify()
717 returnNode = CreateUnlinkedNode<XMLText>( _textPool ); in Identify()
2092 XMLElement* ele = CreateUnlinkedNode<XMLElement>( _elementPool ); in NewElement()
2100 XMLComment* comment = CreateUnlinkedNode<XMLComment>( _commentPool ); in NewComment()
2108 XMLText* text = CreateUnlinkedNode<XMLText>( _textPool ); in NewText()
2116 XMLDeclaration* dec = CreateUnlinkedNode<XMLDeclaration>( _commentPool ); in NewDeclaration()
[all …]
A Dtinyxml2.h1927 NodeType* CreateUnlinkedNode( MemPoolT<PoolElementSize>& pool );
1931 inline NodeType* XMLDocument::CreateUnlinkedNode( MemPoolT<PoolElementSize>& pool ) in CreateUnlinkedNode() function

Completed in 19 milliseconds