Home
last modified time | relevance | path

Searched refs:SetAttribute (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dgather_v2_p_info.h67 void SetAttribute(const StrategyPtr &strategy);
Dgather_v2_p_info.cc288 void GatherPInfo::SetAttribute(const StrategyPtr &strategy) { in SetAttribute() function in mindspore::parallel::GatherPInfo
371 SetAttribute(strategy); in CheckStrategy()
/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
865 target->SetAttribute( attribute->Name(), attribute->Value() ); in CopyTo()
Dtinyxml.h1050 void SetAttribute( const char* name, const char * _value );
1060 void SetAttribute( const std::string& name, const std::string& _value );
1062 void SetAttribute( const std::string& name, int _value );
1070 void SetAttribute( const char * name, int value );
/third_party/flutter/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
865 target->SetAttribute( attribute->Name(), attribute->Value() ); in CopyTo()
Dtinyxml.h1050 void SetAttribute( const char* name, const char * _value );
1060 void SetAttribute( const std::string& name, const std::string& _value );
1062 void SetAttribute( const std::string& name, int _value );
1070 void SetAttribute( const char * name, int value );
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1120 std::function<void(Function &)> SetAttribute; member
1135 SetAttribute(SetAttr), AKind(AK), in InferenceDescriptor()
1216 ID.SetAttribute(*F); in run()
/third_party/cef/libcef/renderer/
Ddom_node_impl.cc359 element.SetAttribute(WebString::FromUTF16(attrName.ToString16()), in SetElementAttribute()