Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6159 enum class XmlFormatting { enum
6165 XmlFormatting operator | (XmlFormatting lhs, XmlFormatting rhs);
6166 XmlFormatting operator & (XmlFormatting lhs, XmlFormatting rhs);
6195 …edElement& writeText( std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | XmlFor…
6214 …Writer& startElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline | XmlFor…
6216 …lement scopedElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline | XmlFor…
6218 XmlWriter& endElement(XmlFormatting fmt = XmlFormatting::Newline | XmlFormatting::Indent);
6231 …XmlWriter& writeText( std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | XmlFor…
6233 …lWriter& writeComment(std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | XmlFor…
15153 XmlFormatting operator | (XmlFormatting lhs, XmlFormatting rhs) { in operator |()
[all …]