/third_party/boost/boost/xpressive/ |
D | sub_match.hpp | 73 typedef typename iterator_value<BidiIter>::type value_type; 191 typedef typename iterator_value<BidiIter>::type char_type; in operator <<() 245 bool operator == (typename iterator_value<BidiIter>::type const *lhs, sub_match<BidiIter> const &rh… in operator ==() 251 bool operator != (typename iterator_value<BidiIter>::type const *lhs, sub_match<BidiIter> const &rh… in operator !=() 257 bool operator < (typename iterator_value<BidiIter>::type const *lhs, sub_match<BidiIter> const &rhs) in operator <() 263 bool operator > (typename iterator_value<BidiIter>::type const *lhs, sub_match<BidiIter> const &rhs) in operator >() 269 bool operator >= (typename iterator_value<BidiIter>::type const *lhs, sub_match<BidiIter> const &rh… in operator >=() 275 bool operator <= (typename iterator_value<BidiIter>::type const *lhs, sub_match<BidiIter> const &rh… in operator <=() 281 bool operator == (sub_match<BidiIter> const &lhs, typename iterator_value<BidiIter>::type const *rh… in operator ==() 287 bool operator != (sub_match<BidiIter> const &lhs, typename iterator_value<BidiIter>::type const *rh… in operator !=() [all …]
|
D | basic_regex.hpp | 66 typedef typename iterator_value<BidiIter>::type char_type; 68 typedef typename iterator_value<BidiIter>::type value_type;
|
/third_party/boost/boost/geometry/index/detail/ |
D | varray_detail.hpp | 152 typename ::boost::iterator_value<I>::type 155 typename ::boost::iterator_value<O>::type 167 typename ::boost::iterator_value<I>::type 184 typedef typename boost::iterator_value<I>::type value_type; in destroy_dispatch() 192 typedef typename boost::iterator_value<I>::type value_type; in destroy() 207 typedef typename boost::iterator_value<I>::type value_type; in destroy_dispatch() 214 typedef typename boost::iterator_value<I>::type value_type; in destroy() 224 typedef typename boost::iterator_value<I>::type value_type; in copy_dispatch() 245 typename ::boost::iterator_value<O>::type in copy() 260 typedef typename boost::iterator_value<I>::type value_type; in uninitialized_copy_dispatch() [all …]
|
/third_party/boost/boost/archive/iterators/ |
D | wchar_from_mb.hpp | 123 sliding_buffer<typename iterator_value<Base>::type> m_input; 124 sliding_buffer<typename iterator_value<this_t>::type> m_output; 159 * const_cast<typename iterator_value<Base>::type *>( in drain() 166 const typename boost::iterators::iterator_value<Base>::type * input_new_start; in drain() 167 typename iterator_value<this_t>::type * next_available; in drain()
|
D | escape.hpp | 37 typename boost::iterator_value<Base>::type, 39 typename boost::iterator_value<Base>::type 42 typedef typename boost::iterator_value<Base>::type base_value_type;
|
D | remove_whitespace.hpp | 136 typename boost::iterator_value<Base>::type 145 typename boost::iterator_value<Base>::type
|
D | transform_width.hpp | 43 class CharType = typename boost::iterator_value<Base>::type // output character 64 typedef typename iterator_value<Base>::type base_value_type;
|
D | base64_from_binary.hpp | 72 class CharType = typename boost::iterator_value<Base>::type
|
D | binary_from_base64.hpp | 82 class CharType = typename boost::iterator_value<Base>::type
|
D | insert_linebreaks.hpp | 38 class CharType = typename boost::iterator_value<Base>::type
|
/third_party/boost/boost/xpressive/detail/core/ |
D | optimize.hpp | 30 xpression_peeker<typename iterator_value<BidiIter>::type> const &peeker in optimize_regex() 66 xpression_peeker<typename iterator_value<BidiIter>::type> const &peeker in optimize_regex() 71 typedef typename iterator_value<BidiIter>::type char_type; in optimize_regex() 98 typedef typename iterator_value<BidiIter>::type char_type; in common_compile()
|
D | finder.hpp | 32 typedef typename iterator_value<BidiIter>::type char_type; 65 typedef typename iterator_value<BidiIter>::type char_type; 99 template<typename BidiIter, typename Traits, std::size_t Size = sizeof(typename iterator_value<Bidi… 103 typedef typename iterator_value<BidiIter>::type char_type; 150 typedef typename iterator_value<BidiIter>::type char_type;
|
D | adaptor.hpp | 35 typedef typename iterator_value<iterator_type>::type char_type;
|
/third_party/boost/boost/xpressive/detail/dynamic/ |
D | matchable.hpp | 46 typedef typename iterator_value<iterator_type>::type char_type; 59 typedef typename iterator_value<iterator_type>::type char_type; 117 typedef typename iterator_value<BidiIter>::type char_type;
|
/third_party/boost/boost/iterator/ |
D | iterator_traits.hpp | 21 struct iterator_value struct 53 using iterators::iterator_value;
|
D | iterator_adaptor.hpp | 177 , iterator_value<Base> 183 Value, iterator_value<Base>
|
/third_party/boost/boost/range/adaptor/ |
D | strided.hpp | 28 , typename iterator_value<BaseIterator>::type 38 , typename iterator_value<BaseIterator>::type 131 , typename iterator_value<BaseIterator>::type 141 , typename iterator_value<BaseIterator>::type 262 , typename iterator_value<BaseIterator>::type 272 , typename iterator_value<BaseIterator>::type
|
/third_party/boost/boost/test/utils/iterator/ |
D | token_iterator.hpp | 342 …e CharCompare = ut_detail::default_char_compare<BOOST_DEDUCED_TYPENAME iterator_value<Iter>::type>, 343 … typename ValueType = std::basic_string<BOOST_DEDUCED_TYPENAME iterator_value<Iter>::type>, 347 typename iterator_value<Iter>::type,CharCompare,ValueType,Reference> { 350 … typename iterator_value<Iter>::type,CharCompare,ValueType,Reference> base;
|
/third_party/boost/boost/xpressive/detail/static/ |
D | compile.hpp | 37 typedef typename iterator_value<BidiIter>::type char_type; in static_compile_impl2() 76 typedef typename iterator_value<BidiIter>::type char_type; in static_compile_impl1()
|
/third_party/boost/boost/range/ |
D | value_type.hpp | 26 struct range_value : iterator_value< typename range_iterator<T>::type >
|
D | iterator_range_io.hpp | 61 iterator_value<IteratorT>::type, in operator <<()
|
/third_party/boost/boost/range/detail/ |
D | value_type.hpp | 45 …typedef BOOST_RANGE_DEDUCED_TYPENAME boost::iterator_value< BOOST_RANGE_DEDUCED_TYPENAME P::first_…
|
/third_party/boost/tools/quickbook/src/ |
D | iterator.hpp | 24 typename boost::iterator_value<Iterator>::type,
|
/third_party/boost/libs/xpressive/test/ |
D | test11.hpp | 16 typedef typename boost::iterator_value<BidiIterT>::type char_type; in get_test_cases()
|
D | test10.hpp | 16 typedef typename boost::iterator_value<BidiIterT>::type char_type; in get_test_cases()
|