Home
last modified time | relevance | path

Searched refs:iterator_type (Results 1 – 15 of 15) 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/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-iterate.hpp56 typedef rxu::decay_t<decltype(std::begin(*(collection_type*)nullptr))> iterator_type; typedef
57 typedef rxu::value_type_t<std::iterator_traits<iterator_type>> value_type;
70 typedef typename traits::iterator_type iterator_type; typedef
111 mutable iterator_type cursor; in on_subscribe()
112 iterator_type end; in on_subscribe()
/external/libcxx/include/
Diterator86 typedef Iterator iterator_type;
214 typedef Iterator iterator_type;
227 constexpr iterator_type base() const;
667 typedef _Iter iterator_type;
1102 typedef _Iter iterator_type;
1103 typedef typename iterator_traits<iterator_type>::iterator_category iterator_category;
1104 typedef typename iterator_traits<iterator_type>::value_type value_type;
1105 typedef typename iterator_traits<iterator_type>::difference_type difference_type;
1106 typedef iterator_type pointer;
1108 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.cc132 typedef typename traits::iterator_type const_iterator;
246 typedef ITERATOR iterator_type; typedef in base::__anon208f710c0111::BaseIteratorRangeToNumberTraits
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSTLExtras.h80 typedef RootIt iterator_type; typedef
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp4498 std::string iterator_declaration = " " + var_iterator->second.iterator_type + in test_shader_compilation()
4513 … " iterator += " + var_iterator->second.iterator_type + "(1);\n"; in test_shader_compilation()
4530 var_iterator->second.iterator_type + "(1);\n"; in test_shader_compilation()
5253 var_iterator->second.iterator_type + "(multiplier_array[i % 64u]);\n"; in test_shader_compilation()
5269 var_iterator->second.specific_element + "!= " + var_iterator->second.iterator_type + in test_shader_compilation()
8998 std::string iterator_declaration = " " + var_iterator->second.iterator_type + in test_shader_compilation()
9018 … " iterator += " + var_iterator->second.iterator_type + "(1);\n"; in test_shader_compilation()
9029 … " iterator -= " + var_iterator->second.iterator_type + "(1);\n"; in test_shader_compilation()
9048 var_iterator->second.iterator_type + "(1);\n"; in test_shader_compilation()
9879 var_iterator->second.iterator_type + "(multiplier_array[i % 64u]);\n"; in test_shader_compilation()
[all …]
Des31cArrayOfArraysTests.hpp114 std::string iterator_type; member
/external/llvm/include/llvm/ADT/
DSTLExtras.h130 typedef RootIt iterator_type; typedef
/external/v8/src/interpreter/
Dbytecode-generator.cc3186 IteratorType iterator_type = IsAsyncGeneratorFunction(function_kind()) in VisitYieldStar() local
3196 iterator_and_input[0], iterator_type); in VisitYieldStar()
3252 if (iterator_type == IteratorType::kAsync) { in VisitYieldStar()
3279 if (iterator_type == IteratorType::kAsync) { in VisitYieldStar()
3300 if (iterator_type == IteratorType::kNormal) { in VisitYieldStar()
3304 DCHECK_EQ(iterator_type, IteratorType::kAsync); in VisitYieldStar()
3345 if (iterator_type == IteratorType::kAsync) { in VisitYieldStar()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h144 typedef RootIt iterator_type; typedef