Searched refs:writeAttribute (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 6198 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute() function in Catch::XmlWriter::ScopedElement 6199 m_writer->writeAttribute( name, attribute ); in writeAttribute() 6220 XmlWriter& writeAttribute( std::string const& name, std::string const& attribute ); 6222 XmlWriter& writeAttribute( std::string const& name, bool attribute ); 6225 XmlWriter& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute() function in Catch::XmlWriter 6228 return writeAttribute( name, rss.str() ); in writeAttribute() 15356 XmlWriter& XmlWriter::writeAttribute( std::string const& name, std::string const& attribute ) { in writeAttribute() function in Catch::XmlWriter 15362 XmlWriter& XmlWriter::writeAttribute( std::string const& name, bool attribute ) { in writeAttribute() function in Catch::XmlWriter 16560 xml.writeAttribute( "name", stats.groupInfo.name ); in writeGroup() 16561 xml.writeAttribute( "errors", unexpectedExceptions ); in writeGroup() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 2740 void writeAttribute(const Attribute &Attr, bool InAttrGroup = false); 4775 void AssemblyWriter::writeAttribute(const Attribute &Attr, bool InAttrGroup) { in writeAttribute() function in AssemblyWriter 4795 writeAttribute(Attr, InAttrGroup); in writeAttributeSet()
|