Home
last modified time | relevance | path

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

/external/tinyxml/
Dtinyxml.h945 …void RemoveAttribute( const std::string& name ) { RemoveAttribute (name.c_str ()); } ///< STL std:… in RemoveAttribute() function
Dtinyxml.cpp464 void TiXmlElement::RemoveAttribute( const char * name ) in RemoveAttribute() function in TiXmlElement
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp77 DWARFDebugInfoEntry::Attributes::RemoveAttribute(dw_attr_t attr) in RemoveAttribute() function in DWARFDebugInfoEntry::Attributes
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1081 …void RemoveAttribute( const std::string& name ) { RemoveAttribute (name.c_str ()); } ///< STL std:… in RemoveAttribute() function
Dtinyxml.cpp437 void TiXmlElement::RemoveAttribute( const char * name ) in RemoveAttribute() function in TiXmlElement
/external/llvm/bindings/go/llvm/
Dir.go1077 func (v Value) RemoveAttribute(a Attribute) { func