Home
last modified time | relevance | path

Searched refs:SetDoubleAttribute (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1064 void SetDoubleAttribute( const std::string& name, double value );
1075 void SetDoubleAttribute( const char * name, double value );
Dtinyxml.cpp760 void TiXmlElement::SetDoubleAttribute( const char * name, double val ) in SetDoubleAttribute() function in TiXmlElement
770 void TiXmlElement::SetDoubleAttribute( const std::string& name, double val ) in SetDoubleAttribute() function in TiXmlElement
/external/tinyxml/
Dtinyxml.h939 void SetDoubleAttribute( const char * name, double value );
Dtinyxml.cpp733 void TiXmlElement::SetDoubleAttribute( const char * name, double val ) in SetDoubleAttribute() function in TiXmlElement