Home
last modified time | relevance | path

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

/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dresolver_service.hpp47 typedef basic_resolver_iterator<InternetProtocol> iterator_type; typedef in asio::ip::resolver_service
85 iterator_type resolve(implementation_type& impl, const query_type& query, in resolve()
94 void (asio::error_code, iterator_type)) in ASIO_INITFN_RESULT_TYPE() argument
99 ResolveHandler, void (asio::error_code, iterator_type)> init( in ASIO_INITFN_RESULT_TYPE()
108 iterator_type resolve(implementation_type& impl, in resolve()
117 void (asio::error_code, iterator_type)) in ASIO_INITFN_RESULT_TYPE() argument
122 ResolveHandler, void (asio::error_code, iterator_type)> init( in ASIO_INITFN_RESULT_TYPE()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dresolver_service.hpp45 typedef asio::ip::basic_resolver_iterator<Protocol> iterator_type; typedef in asio::detail::resolver_service
54 iterator_type resolve(implementation_type&, const query_type& query, in resolve()
63 return ec ? iterator_type() : iterator_type::create( in resolve()
86 iterator_type resolve(implementation_type&, in resolve()
95 return ec ? iterator_type() : iterator_type::create( in resolve()
Dresolve_endpoint_op.hpp39 typedef asio::ip::basic_resolver_iterator<Protocol> iterator_type; typedef in asio::detail::resolve_endpoint_op
70 o->iter_ = iterator_type::create(o->endpoint_, host_name, service_name); in do_complete()
89 detail::binder2<Handler, asio::error_code, iterator_type> in do_complete()
110 iterator_type iter_;
Dresolve_op.hpp40 typedef asio::ip::basic_resolver_iterator<Protocol> iterator_type; typedef in asio::detail::resolve_op
94 detail::binder2<Handler, asio::error_code, iterator_type> in do_complete()
95 handler(o->handler_, o->ec_, iterator_type()); in do_complete()
99 handler.arg2_ = iterator_type::create(o->addrinfo_, in do_complete()
/external/libcxx/include/
Diterator87 typedef Iterator iterator_type;
551 typedef _Iter iterator_type;
942 typedef _Iter iterator_type;
943 typedef typename iterator_traits<iterator_type>::iterator_category iterator_category;
944 typedef typename iterator_traits<iterator_type>::value_type value_type;
945 typedef typename iterator_traits<iterator_type>::difference_type difference_type;
946 typedef typename iterator_traits<iterator_type>::pointer pointer;
950 typedef typename iterator_traits<iterator_type>::reference reference;
962 typename iterator_traits<iterator_type>::reference __ref = *__i;
1121 typedef _Iter iterator_type;
[all …]
/external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/
Dtypes.pass.cpp37 static_assert((std::is_same<typename R::iterator_type, It>::value), ""); in test()
/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iterator/
Dtypes.pass.cpp48 static_assert((std::is_same<typename R::iterator_type, It>::value), ""); in test()
/external/libweave/third_party/chromium/base/strings/
Dstring_number_conversions.cc122 typedef typename traits::iterator_type const_iterator;
235 typedef ITERATOR iterator_type; typedef in base::__anonabc555550111::BaseIteratorRangeToNumberTraits
/external/libchrome/base/strings/
Dstring_number_conversions.cc130 typedef typename traits::iterator_type const_iterator;
243 typedef ITERATOR iterator_type; typedef in base::__anonbc38e10f0111::BaseIteratorRangeToNumberTraits
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/
Dcoding_style.txt70 for(iterator_type i = begin(), e = end(); i != e; ++i)
75 for(iterator_type i = begin(); i != end(); ++i)
/external/llvm/include/llvm/ADT/
DSTLExtras.h126 typedef RootIt iterator_type; typedef