Searched defs:writeAttribute (Results 1 – 5 of 5) sorted by relevance
| /external/catch2/include/internal/ |
| D | catch_xmlwriter.h | 48 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute() function 74 XmlWriter& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute() function
|
| D | catch_xmlwriter.cpp | 229 XmlWriter& XmlWriter::writeAttribute( std::string const& name, std::string const& attribute ) { in writeAttribute() function in Catch::XmlWriter 235 XmlWriter& XmlWriter::writeAttribute( std::string const& name, bool attribute ) { in writeAttribute() function in Catch::XmlWriter
|
| /external/apache-commons-bcel/src/main/java/org/apache/bcel/util/ |
| D | AttributeHTML.java | 78 final void writeAttribute( final Attribute attribute, final String anchor ) { in writeAttribute() method in AttributeHTML 83 …final void writeAttribute( final Attribute attribute, final String anchor, final int method_number… in writeAttribute() method in AttributeHTML
|
| /external/bcc/tests/cc/ |
| D | catch.hpp | 8934 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute() function in Catch::XmlWriter::ScopedElement 8990 XmlWriter& writeAttribute( std::string const& name, std::string const& attribute ) { in writeAttribute() function in Catch::XmlWriter 8996 XmlWriter& writeAttribute( std::string const& name, bool attribute ) { in writeAttribute() function in Catch::XmlWriter 9002 XmlWriter& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute() function in Catch::XmlWriter
|
| /external/catch2/single_include/catch2/ |
| D | catch.hpp | 5596 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute() function in Catch::XmlWriter::ScopedElement 5622 XmlWriter& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute() function in Catch::XmlWriter 12933 XmlWriter& XmlWriter::writeAttribute( std::string const& name, std::string const& attribute ) { in writeAttribute() function in Catch::XmlWriter 12939 XmlWriter& XmlWriter::writeAttribute( std::string const& name, bool attribute ) { in writeAttribute() function in Catch::XmlWriter
|