Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.cpp1835 void XMLPrinter::PushAttribute( const char* name, const char* value ) in PushAttribute() function in XMLPrinter
1844 void XMLPrinter::PushAttribute( const char* name, int v ) in PushAttribute() function in XMLPrinter
1848 PushAttribute( name, buf ); in PushAttribute()
1852 void XMLPrinter::PushAttribute( const char* name, unsigned v ) in PushAttribute() function in XMLPrinter
1856 PushAttribute( name, buf ); in PushAttribute()
1860 void XMLPrinter::PushAttribute( const char* name, bool v ) in PushAttribute() function in XMLPrinter
1864 PushAttribute( name, buf ); in PushAttribute()
1868 void XMLPrinter::PushAttribute( const char* name, double v ) in PushAttribute() function in XMLPrinter
1872 PushAttribute( name, buf ); in PushAttribute()
2020 PushAttribute( attribute->Name(), attribute->Value() ); in VisitEnter()
H A Dtinyxml2.h1747 void PushAttribute( const char* name, const char* value );
1748 void PushAttribute( const char* name, int value );
1749 void PushAttribute( const char* name, unsigned value );
1750 void PushAttribute( const char* name, bool value );
1751 void PushAttribute( const char* name, double value );