Searched defs:iterator_type (Results 1 - 11 of 11) sorted by relevance

/external/parameter-framework/asio/include/asio/detail/
H A Dresolve_endpoint_op.hpp39 typedef asio::ip::basic_resolver_iterator<Protocol> iterator_type; typedef in class:asio::detail::resolve_endpoint_op
70 o->iter_ = iterator_type::create(o->endpoint_, host_name, service_name);
89 detail::binder2<Handler, asio::error_code, iterator_type>
110 iterator_type iter_;
H A Dresolve_op.hpp40 typedef asio::ip::basic_resolver_iterator<Protocol> iterator_type; typedef in class:asio::detail::resolve_op
94 detail::binder2<Handler, asio::error_code, iterator_type>
95 handler(o->handler_, o->ec_, iterator_type());
99 handler.arg2_ = iterator_type::create(o->addrinfo_,
H A Dresolver_service.hpp45 typedef asio::ip::basic_resolver_iterator<Protocol> iterator_type; typedef in class:asio::detail::resolver_service
54 iterator_type resolve(implementation_type&, const query_type& query,
63 return ec ? iterator_type() : iterator_type::create(
86 iterator_type resolve(implementation_type&,
95 return ec ? iterator_type() : iterator_type::create(
/external/parameter-framework/asio/include/asio/ip/
H A Dresolver_service.hpp47 typedef basic_resolver_iterator<InternetProtocol> iterator_type; typedef in class:asio::ip::resolver_service
85 iterator_type resolve(implementation_type& impl, const query_type& query,
94 void (asio::error_code, iterator_type))
99 ResolveHandler, void (asio::error_code, iterator_type)> init(
108 iterator_type resolve(implementation_type& impl,
117 void (asio::error_code, iterator_type))
122 ResolveHandler, void (asio::error_code, iterator_type)> init(
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dresolve_endpoint_op.hpp39 typedef asio::ip::basic_resolver_iterator<Protocol> iterator_type; typedef in class:asio::detail::resolve_endpoint_op
70 o->iter_ = iterator_type::create(o->endpoint_, host_name, service_name);
89 detail::binder2<Handler, asio::error_code, iterator_type>
110 iterator_type iter_;
H A Dresolve_op.hpp40 typedef asio::ip::basic_resolver_iterator<Protocol> iterator_type; typedef in class:asio::detail::resolve_op
94 detail::binder2<Handler, asio::error_code, iterator_type>
95 handler(o->handler_, o->ec_, iterator_type());
99 handler.arg2_ = iterator_type::create(o->addrinfo_,
H A Dresolver_service.hpp45 typedef asio::ip::basic_resolver_iterator<Protocol> iterator_type; typedef in class:asio::detail::resolver_service
54 iterator_type resolve(implementation_type&, const query_type& query,
63 return ec ? iterator_type() : iterator_type::create(
86 iterator_type resolve(implementation_type&,
95 return ec ? iterator_type() : iterator_type::create(
/external/parameter-framework/asio-1.10.6/include/asio/ip/
H A Dresolver_service.hpp47 typedef basic_resolver_iterator<InternetProtocol> iterator_type; typedef in class:asio::ip::resolver_service
85 iterator_type resolve(implementation_type& impl, const query_type& query,
94 void (asio::error_code, iterator_type))
99 ResolveHandler, void (asio::error_code, iterator_type)> init(
108 iterator_type resolve(implementation_type& impl,
117 void (asio::error_code, iterator_type))
122 ResolveHandler, void (asio::error_code, iterator_type)> init(
/external/libchrome/base/strings/
H A Dstring_number_conversions.cc121 // - a typedef for iterator_type, the iterator type used as input.
130 typedef typename traits::iterator_type const_iterator;
244 typedef ITERATOR iterator_type; typedef in class:base::__anon9989::BaseIteratorRangeToNumberTraits
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DSTLExtras.h80 typedef RootIt iterator_type; typedef in class:llvm::mapped_iterator
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h130 typedef RootIt iterator_type; typedef in class:llvm::mapped_iterator

Completed in 245 milliseconds