Home
last modified time | relevance | path

Searched defs:SetAttribute (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.cpp1100 void XMLAttribute::SetAttribute( const char* v ) in SetAttribute() function in XMLAttribute
1106 void XMLAttribute::SetAttribute( int v ) in SetAttribute() function in XMLAttribute
1114 void XMLAttribute::SetAttribute( unsigned v ) in SetAttribute() function in XMLAttribute
1122 void XMLAttribute::SetAttribute( bool v ) in SetAttribute() function in XMLAttribute
1129 void XMLAttribute::SetAttribute( double v ) in SetAttribute() function in XMLAttribute
1136 void XMLAttribute::SetAttribute( float v ) in SetAttribute() function in XMLAttribute
H A Dtinyxml2.h1150 void SetAttribute( const char* name, const char* _value ) { in SetAttribute() function
1155 void SetAttribute( const char* name, int _value ) { in SetAttribute() function
1160 void SetAttribute( const char* name, unsigned _value ) { in SetAttribute() function
1165 void SetAttribute( const char* name, bool _value ) { in SetAttribute() function
1170 void SetAttribute( const char* name, double _value ) { in SetAttribute() function