Home
last modified time | relevance | path

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

/third_party/lame/ACM/
DAEncodeProperties.cpp1286 inline void AEncodeProperties::SetAttributeBool(TiXmlElement * the_elt,const std::string & the_stri… in SetAttributeBool() function in AEncodeProperties
1318 SetAttributeBool( tmpElt, "use", bCopyright); in SaveValuesToElement()
1323 SetAttributeBool( tmpElt, "use", bCopyright); in SaveValuesToElement()
1331 SetAttributeBool( tmpElt, "use", bSmartOutput); in SaveValuesToElement()
1337 SetAttributeBool( tmpElt, "use", bSmartOutput); in SaveValuesToElement()
1346 SetAttributeBool( tmpElt, "use", bAbrOutput); in SaveValuesToElement()
1354 SetAttributeBool( tmpElt, "use", bAbrOutput); in SaveValuesToElement()
1365 SetAttributeBool( tmpElt, "use", bCRC); in SaveValuesToElement()
1370 SetAttributeBool( tmpElt, "use", bCRC); in SaveValuesToElement()
1378 SetAttributeBool( tmpElt, "use", bOriginal); in SaveValuesToElement()
[all …]
DAEncodeProperties.h433 …inline void SetAttributeBool(TiXmlElement * the_elt,const std::string & the_string, const bool the…