/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
resolve_endpoint_op.hpp | 39 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_;
|
resolve_op.hpp | 40 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_,
|
resolver_service.hpp | 45 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/ |
resolver_service.hpp | 47 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/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/ |
rx-iterate.hpp | 56 typedef rxu::decay_t<decltype(std::begin(*(collection_type*)nullptr))> iterator_type; typedef in struct:rxcpp::sources::detail::iterate_traits 57 typedef rxu::value_type_t<std::iterator_traits<iterator_type>> value_type; 70 typedef typename traits::iterator_type iterator_type; typedef in struct:rxcpp::sources::detail::iterate 111 mutable iterator_type cursor; 112 iterator_type end;
|
/external/libchrome/base/strings/ |
string_number_conversions.cc | 123 // - a typedef for iterator_type, the iterator type used as input. 132 typedef typename traits::iterator_type const_iterator; 246 typedef ITERATOR iterator_type; typedef in class:base::__anon27514::BaseIteratorRangeToNumberTraits
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
STLExtras.h | 80 typedef RootIt iterator_type; typedef in class:llvm::mapped_iterator
|
/external/llvm/include/llvm/ADT/ |
STLExtras.h | 130 typedef RootIt iterator_type; typedef in class:llvm::mapped_iterator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
STLExtras.h | 144 typedef RootIt iterator_type; typedef in class:llvm::mapped_iterator
|
/external/deqp/external/openglcts/modules/gles31/ |
es31cArrayOfArraysTests.hpp | 114 std::string iterator_type; member in struct:glcts::var_descriptor [all...] |
/external/v8/src/interpreter/ |
bytecode-generator.cc | 3186 IteratorType iterator_type = IsAsyncGeneratorFunction(function_kind()) local [all...] |