Searched refs:RemoveAttribute (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h76 bool RemoveAttribute(dw_attr_t attr);
H A DDWARFDebugInfoEntry.cpp77 DWARFDebugInfoEntry::Attributes::RemoveAttribute(dw_attr_t attr) function in class:DWARFDebugInfoEntry::Attributes
538 // a_attrs.RemoveAttribute(DW_AT_sibling);
539 // b_attrs.RemoveAttribute(DW_AT_sibling);
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h1079 void RemoveAttribute( const char * name );
1081 void RemoveAttribute( const std::string& name ) { RemoveAttribute (name.c_str ()); } ///< STL std::string form. function in class:TiXmlElement
/external/tinyxml/
H A Dtinyxml.h943 void RemoveAttribute( const char * name );
945 void RemoveAttribute( const std::string& name ) { RemoveAttribute (name.c_str ()); } ///< STL std::string form. function in class:TiXmlElement

Completed in 117 milliseconds