Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp1798 void XMLPrinter::PushAttribute( const char* name, const char* value ) in PushAttribute() function in XMLPrinter
1807 void XMLPrinter::PushAttribute( const char* name, int v ) in PushAttribute() function in XMLPrinter
1811 PushAttribute( name, buf ); in PushAttribute()
1815 void XMLPrinter::PushAttribute( const char* name, unsigned v ) in PushAttribute() function in XMLPrinter
1819 PushAttribute( name, buf ); in PushAttribute()
1823 void XMLPrinter::PushAttribute( const char* name, bool v ) in PushAttribute() function in XMLPrinter
1827 PushAttribute( name, buf ); in PushAttribute()
1831 void XMLPrinter::PushAttribute( const char* name, double v ) in PushAttribute() function in XMLPrinter
1835 PushAttribute( name, buf ); in PushAttribute()
1983 PushAttribute( attribute->Name(), attribute->Value() ); in VisitEnter()
Dtinyxml2.h1398 void PushAttribute( const char* name, const char* value );
1399 void PushAttribute( const char* name, int value );
1400 void PushAttribute( const char* name, unsigned value );
1401 void PushAttribute( const char* name, bool value );
1402 void PushAttribute( const char* name, double value );