Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dremove_attribute.cc30 Status RemoveAttribute(const GraphDef& input_graph_def, in RemoveAttribute() function
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlattributenode.cpp32 void CFX_XMLAttributeNode::RemoveAttribute(const WideString& name) { in RemoveAttribute() function in CFX_XMLAttributeNode
/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/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/pdfium/fxjs/xfa/
Dcjx_object.cpp325 void CJX_Object::RemoveAttribute(const WideStringView& wsAttr) { in RemoveAttribute() function in CJX_Object
/external/llvm/bindings/go/llvm/
Dir.go1085 func (v Value) RemoveAttribute(a Attribute) { func