Home
last modified time | relevance | path

Searched defs:iterator_type (Results 1 – 14 of 14) 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
94 void (asio::error_code, iterator_type)) in ASIO_INITFN_RESULT_TYPE() argument
117 void (asio::error_code, iterator_type)) in ASIO_INITFN_RESULT_TYPE() argument
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dresolve_op.hpp40 typedef asio::ip::basic_resolver_iterator<Protocol> iterator_type; typedef in asio::detail::resolve_op
Dresolve_endpoint_op.hpp39 typedef asio::ip::basic_resolver_iterator<Protocol> iterator_type; typedef in asio::detail::resolve_endpoint_op
Dresolver_service.hpp45 typedef asio::ip::basic_resolver_iterator<Protocol> iterator_type; typedef in asio::detail::resolver_service
/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
70 typedef typename traits::iterator_type iterator_type; typedef
/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/
Dreverse_copy.pass.cpp102 typedef typename Sequence<T1>::iterator iterator_type; in test() typedef
/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
Dreplace.pass.cpp102 typedef typename Sequence<T2>::iterator iterator_type; in test() typedef
/external/llvm/include/llvm/ADT/
DSTLExtras.h130 typedef RootIt iterator_type; typedef
/external/llvm-project/pstl/test/std/algorithms/alg.sorting/
Dpartial_sort_copy.pass.cpp133 typedef typename Sequence<T>::iterator iterator_type; in test_partial_sort_copy() typedef
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h116 typedef RootIt iterator_type; typedef
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-inefficient-algorithm.cpp13 struct iterator_type {}; struct
/external/libchrome/base/strings/
Dstring_number_conversions.cc246 typedef ITERATOR iterator_type; typedef in base::__anonb3d05faa0111::BaseIteratorRangeToNumberTraits
/external/llvm-project/pstl/test/support/
Dutils.h702 typedef Iterator iterator_type; typedef
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.hpp114 std::string iterator_type; member