Searched defs:RemoveAttribute (Results 1 - 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dremove_attribute.cc31 Status RemoveAttribute(const GraphDef& input_graph_def, function in namespace:tensorflow::graph_transforms
67 REGISTER_GRAPH_TRANSFORM("remove_attribute", RemoveAttribute);
/external/pdfium/core/fxcrt/xml/
H A Dcfx_xmlattributenode.cpp32 void CFX_XMLAttributeNode::RemoveAttribute(const WideString& name) { function in class:CFX_XMLAttributeNode
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp437 void TiXmlElement::RemoveAttribute( const char * name ) function in class:TiXmlElement
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.cpp464 void TiXmlElement::RemoveAttribute( const char * name ) function in class:TiXmlElement
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
/external/pdfium/fxjs/xfa/
H A Dcjx_object.cpp325 void CJX_Object::RemoveAttribute(const WideStringView& wsAttr) { function in class:CJX_Object

Completed in 349 milliseconds