Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h907 …r* name, int* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( … in QueryIntAttribute()
909 …char* name, unsigned int* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( … in QueryUnsignedAttribute()
911 …* name, bool* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( … in QueryBoolAttribute()
913 …ar* name, double* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( … in QueryDoubleAttribute()
915 …har* name, float* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( … in QueryFloatAttribute()
936 const XMLAttribute* FindAttribute( const char* name ) const;
1021 XMLAttribute* FindAttribute( const char* name );
Dtinyxml2.cpp1125 XMLAttribute* XMLElement::FindAttribute( const char* name ) in FindAttribute() function in XMLElement
1136 const XMLAttribute* XMLElement::FindAttribute( const char* name ) const in FindAttribute() function in XMLElement
1149 const XMLAttribute* a = FindAttribute( name ); in Attribute()