Searched refs:SetAttribute (Results 1 – 8 of 8) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | gather_v2_p_info.h | 67 void SetAttribute(const StrategyPtr &strategy);
|
D | gather_v2_p_info.cc | 288 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/ |
D | tinyxml.cpp | 740 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()
|
D | tinyxml.h | 1050 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/ |
D | tinyxml.cpp | 740 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()
|
D | tinyxml.h | 1050 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/ |
D | FunctionAttrs.cpp | 1120 std::function<void(Function &)> SetAttribute; member 1135 SetAttribute(SetAttr), AKind(AK), in InferenceDescriptor() 1216 ID.SetAttribute(*F); in run()
|
/third_party/cef/libcef/renderer/ |
D | dom_node_impl.cc | 359 element.SetAttribute(WebString::FromUTF16(attrName.ToString16()), in SetElementAttribute()
|