Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp740 void TiXmlElement::SetAttribute( const char * name, int val ) in SetAttribute() function in TiXmlElement
750 void TiXmlElement::SetAttribute( const std::string& name, int val ) in SetAttribute() function in TiXmlElement
780 void TiXmlElement::SetAttribute( const char * cname, const char * cvalue ) in SetAttribute() function in TiXmlElement
790 void TiXmlElement::SetAttribute( const std::string& _name, const std::string& _value ) in SetAttribute() function in TiXmlElement
/third_party/lame/ACM/tinyxml/
Dtinyxml.cpp443 void TiXmlElement::SetAttribute( const std::string& name, int val ) in SetAttribute() function in TiXmlElement
454 void TiXmlElement::SetAttribute( const std::string& name, const std::string& value ) in SetAttribute() function in TiXmlElement
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Dgather_info.cc691 void ShardAxisImpl::SetAttribute(const Shape &param_strategy) { in SetAttribute() function in mindspore::parallel::ShardAxisImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1120 std::function<void(Function &)> SetAttribute; member