Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h1465 void SetAttribute( const char* name, const char* value ) { in SetAttribute() function
1470 void SetAttribute( const char* name, int value ) { in SetAttribute() function
1475 void SetAttribute( const char* name, unsigned value ) { in SetAttribute() function
1481 void SetAttribute(const char* name, int64_t value) { in SetAttribute() function
1487 void SetAttribute(const char* name, uint64_t value) { in SetAttribute() function
1493 void SetAttribute( const char* name, bool value ) { in SetAttribute() function
1498 void SetAttribute( const char* name, double value ) { in SetAttribute() function
1503 void SetAttribute( const char* name, float value ) { in SetAttribute() function
Dtinyxml2.cpp1507 void XMLAttribute::SetAttribute( const char* v ) in SetAttribute() function in tinyxml2::XMLAttribute
1513 void XMLAttribute::SetAttribute( int v ) in SetAttribute() function in tinyxml2::XMLAttribute
1521 void XMLAttribute::SetAttribute( unsigned v ) in SetAttribute() function in tinyxml2::XMLAttribute
1529 void XMLAttribute::SetAttribute(int64_t v) in SetAttribute() function in tinyxml2::XMLAttribute
1536 void XMLAttribute::SetAttribute(uint64_t v) in SetAttribute() function in tinyxml2::XMLAttribute
1544 void XMLAttribute::SetAttribute( bool v ) in SetAttribute() function in tinyxml2::XMLAttribute
1551 void XMLAttribute::SetAttribute( double v ) in SetAttribute() function in tinyxml2::XMLAttribute
1558 void XMLAttribute::SetAttribute( float v ) in SetAttribute() function in tinyxml2::XMLAttribute
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.h132 void SetAttribute(const WideString& wsAttr, const WideString& wsValue) { in SetAttribute() function
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlelement.cpp137 void CFX_XMLElement::SetAttribute(const WideString& name, in SetAttribute() function in CFX_XMLElement
/external/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1120 std::function<void(Function &)> SetAttribute; member
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in1109 static void SetAttribute(pTHX_ struct PackageInfo *info,Image *image, function
/external/ImageMagick/PerlMagick/
DMagick.xs1109 static void SetAttribute(pTHX_ struct PackageInfo *info,Image *image, in SetAttribute() function