Home
last modified time | relevance | path

Searched defs:RemoveAttribute (Results 1 – 4 of 4) sorted by relevance

/third_party/lame/ACM/tinyxml/
Dtinyxml.cpp314 void TiXmlElement::RemoveAttribute( const std::string& name ) in RemoveAttribute() function in TiXmlElement
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp437 void TiXmlElement::RemoveAttribute( const char * name ) in RemoveAttribute() function in TiXmlElement
Dtinyxml.h1081 …void RemoveAttribute( const std::string& name ) { RemoveAttribute (name.c_str ()); } ///< STL std:… in RemoveAttribute() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2133 static void RemoveAttribute(Function *F, Attribute::AttrKind A) { in RemoveAttribute() function