Home
last modified time | relevance | path

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

/third_party/boost/boost/metaparse/v1/impl/
Dstring_iterator.hpp29 struct string_iterator struct
31 typedef string_iterator type;
32 typedef string_iterator_tag tag;
33 typedef boost::mpl::random_access_iterator_tag category;
/third_party/boost/tools/quickbook/src/
Dstring_view.hpp34 typedef quickbook::string_view::const_iterator string_iterator; typedef
Dcode_snippet.cpp474 void code_snippet_actions::end_file(string_iterator, string_iterator pos) in end_file() argument
/third_party/boost/boost/log/expressions/formatters/
Dc_decorator.hpp207 typedef typename string_type::iterator string_iterator; in operator ()() typedef