Searched refs:ForAttributes (Results 1 – 8 of 8) sorted by relevance
/external/catch2/include/internal/ |
D | catch_xmlwriter.cpp | 102 if (m_forWhat == ForAttributes) in encodeTo() 270 m_os << ' ' << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << '"'; in writeAttribute()
|
D | catch_xmlwriter.h | 28 enum ForWhat { ForTextNodes, ForAttributes }; enumerator
|
/external/catch2/projects/SelfTest/IntrospectiveTests/ |
D | Xml.tests.cpp | 32 …REQUIRE( encode( stringWithQuotes, Catch::XmlEncode::ForAttributes ) == "don't "quote" m…
|
/external/bcc/tests/cc/ |
D | catch.hpp | 8856 enum ForWhat { ForTextNodes, ForAttributes }; enumerator 8883 if( m_forWhat == ForAttributes ) in encodeTo() 8992 … stream() << " " << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << "\""; in writeAttribute()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 6191 enum ForWhat { ForTextNodes, ForAttributes }; enumerator 15220 if (m_forWhat == ForAttributes) in encodeTo() 15387 m_os << ' ' << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << '"'; in writeAttribute()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 6225 enum ForWhat { ForTextNodes, ForAttributes }; enumerator 15464 if (m_forWhat == ForAttributes) in encodeTo() 15631 m_os << ' ' << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << '"'; in writeAttribute()
|
/external/catch2/projects/SelfTest/Baselines/ |
D | compact.sw.approved.txt | 1579 Xml.tests.cpp:<line number>: passed: encode( stringWithQuotes, Catch::XmlEncode::ForAttributes ) ==…
|
D | console.sw.approved.txt | 11570 …REQUIRE( encode( stringWithQuotes, Catch::XmlEncode::ForAttributes ) == "don't "quote" m…
|