HomeSort by relevance Sort by last modified time
    Searched defs:QueryIntAttribute (Results 1 - 4 of 4) sorted by null

  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 661 int TiXmlElement::QueryIntAttribute( const char* name, int* ival ) const
710 int TiXmlElement::QueryIntAttribute( const std::string& name, int* ival ) const
    [all...]
  /external/tinyxml/
tinyxml.cpp 701 int TiXmlElement::QueryIntAttribute( const char* name, int* ival ) const
    [all...]
tinyxml.h 882 /** QueryIntAttribute examines the attribute - it is an alternative to the
889 int QueryIntAttribute( const char* name, int* _value ) const;
890 /// QueryDoubleAttribute examines the attribute - see QueryIntAttribute().
892 /// QueryFloatAttribute examines the attribute - see QueryIntAttribute().
911 int QueryIntAttribute( const std::string& name, int* _value ) const { return QueryIntAttribute( name.c_str(), _value );
    [all...]
  /external/tinyxml2/
tinyxml2.h     [all...]

Completed in 250 milliseconds