Home
last modified time | relevance | path

Searched defs:c_decorator_traits (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/log/expressions/formatters/
Dc_decorator.hpp42 struct c_decorator_traits< char > struct
44 static boost::iterator_range< const char* const* > get_patterns() in get_patterns()
52 static boost::iterator_range< const char* const* > get_replacements() in get_replacements()
61 static std::size_t print_escaped(char (&buf)[N], char c) in print_escaped()
76 struct c_decorator_traits< wchar_t > struct
78 static boost::iterator_range< const wchar_t* const* > get_patterns() in get_patterns()
86 static boost::iterator_range< const wchar_t* const* > get_replacements() in get_replacements()
95 static std::size_t print_escaped(wchar_t (&buf)[N], wchar_t c) in print_escaped()