Home
last modified time | relevance | path

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

/third_party/boost/boost/log/detail/
Dformat.hpp113 BOOST_LOG_API format_description< CharT > parse_format(const CharT* begin, const CharT* end);
117 BOOST_FORCEINLINE format_description< CharT > parse_format(const CharT* begin) in parse_format() function
119 return parse_format(begin, begin + std::char_traits< CharT >::length(begin)); in parse_format()
124 BOOST_FORCEINLINE format_description< CharT > parse_format(std::basic_string< CharT, TraitsT, Alloc… in parse_format() function
127 return parse_format(begin, begin + fmt.size()); in parse_format()
171 … explicit basic_format(string_type const& fmt) : m_format(aux::parse_format(fmt)), m_current_idx(0) in basic_format()
176 explicit basic_format(const char_type* fmt) : m_format(aux::parse_format(fmt)), m_current_idx(0) in basic_format()
/third_party/boost/libs/log/src/
Dformat_parser.cpp40 BOOST_LOG_API format_description< CharT > parse_format(const CharT* begin, const CharT* end) in parse_format() function
137 format_description< char > parse_format(const char* begin, const char* end);
144 format_description< wchar_t > parse_format(const wchar_t* begin, const wchar_t* end);
Ddate_time_format_parser.cpp320 inline void parse_format(const CharT* begin, const CharT* end, ParserT& parser, CallbackT& callback)
353 parse_format(begin, end, parser, callback);
363 parse_format(begin, end, parser, callback); in parse_time_format()
373 parse_format(begin, end, parser, callback); in parse_date_time_format()
/third_party/weston/clients/
Dsimple-dmabuf-v4l.c78 parse_format(const char fmt[4]) in parse_format() function
1011 v4l_format = parse_format(optarg); in main()
1014 drm_format = parse_format(optarg); in main()
1033 v4l_format = parse_format("YUYV"); in main()
/third_party/pixman/test/
Dlowlevel-blt-bench.c816 parse_format (char *buf, const char **p, const char *end) in parse_format() function
865 format[0] = parse_format (buf, &p, end); in parse_test_pattern()
866 format[1] = parse_format (buf, &p, end); in parse_test_pattern()
867 format[2] = parse_format (buf, &p, end); in parse_test_pattern()
/third_party/skia/third_party/externals/tint/samples/
Dmain.cc124 Format parse_format(const std::string& fmt) { in parse_format() function
376 opts->format = parse_format(args[i]); in ParseArgs()