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;
215 typedef Iterator iterator_type;
228 constexpr iterator_type base() const;
631 typedef _Iter iterator_type;
1045 typedef _Iter iterator_type;
1046 typedef typename iterator_traits<iterator_type>::iterator_category iterator_category;
1047 typedef typename iterator_traits<iterator_type>::value_type value_type;
1048 typedef typename iterator_traits<iterator_type>::difference_type difference_type;
1049 typedef iterator_type pointer;
1051 typedef typename iterator_traits<iterator_type>::reference __reference;
[all …]
/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/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/
Dtypes.pass.cpp47 static_assert((std::is_same<typename R::iterator_type, It>::value), ""); in test()
/external/libchrome/base/strings/
Dstring_number_conversions.cc130 typedef typename traits::iterator_type const_iterator;
244 typedef ITERATOR iterator_type; typedef in base::__anonafe4cec20111::BaseIteratorRangeToNumberTraits
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSTLExtras.h80 typedef RootIt iterator_type; typedef
/external/llvm/include/llvm/ADT/
DSTLExtras.h130 typedef RootIt iterator_type; typedef
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h144 typedef RootIt iterator_type; typedef