Home
last modified time | relevance | path

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

/external/tinyxml/
Dtinyxml.h911 …int QueryIntAttribute( const std::string& name, int* _value ) const { return QueryIntAttribute( na… in QueryIntAttribute() function
Dtinyxml.cpp701 int TiXmlElement::QueryIntAttribute( const char* name, int* ival ) const in QueryIntAttribute() function in TiXmlElement