Home
last modified time | relevance | path

Searched refs:ForAttributes (Results 1 – 8 of 8) sorted by relevance

/external/catch2/include/internal/
Dcatch_xmlwriter.cpp102 if (m_forWhat == ForAttributes) in encodeTo()
270 m_os << ' ' << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << '"'; in writeAttribute()
Dcatch_xmlwriter.h28 enum ForWhat { ForTextNodes, ForAttributes }; enumerator
/external/catch2/projects/SelfTest/IntrospectiveTests/
DXml.tests.cpp32 …REQUIRE( encode( stringWithQuotes, Catch::XmlEncode::ForAttributes ) == "don't &quot;quote&quot; m…
/external/bcc/tests/cc/
Dcatch.hpp8856 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/
Dcatch.hpp6191 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/
Dcatch.hpp6225 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/
Dcompact.sw.approved.txt1579 Xml.tests.cpp:<line number>: passed: encode( stringWithQuotes, Catch::XmlEncode::ForAttributes ) ==…
Dconsole.sw.approved.txt11570 …REQUIRE( encode( stringWithQuotes, Catch::XmlEncode::ForAttributes ) == "don't &quot;quote&quot; m…