Searched refs:iter_type (Results 1 – 10 of 10) sorted by relevance
/external/libcxx/include/ |
D | locale | 536 typedef _InputIterator iter_type; 543 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 550 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 557 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 564 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 571 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 578 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 585 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 592 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 599 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, [all …]
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | handler_type_requirements.hpp | 123 …iter_type) typedef ASIO_HANDLER_TYPE(handler_type, void(asio::error_code, iter_type))… argument 125 …iter_type) typedef ASIO_HANDLER_TYPE(handler_type, void(asio::error_code, iter_type))… argument 149 #define ASIO_COMPOSED_CONNECT_HANDLER_CHECK( handler_type, handler, iter_type) typedef int … 151 #define ASIO_RESOLVE_HANDLER_CHECK( handler_type, handler, iter_type) typedef int ASIO_UNUS…
|
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/ |
D | types.pass.cpp | 30 …static_assert((std::is_same<std::num_put<char>::iter_type, std::ostreambuf_iterator<char> >::value… in main() 31 …static_assert((std::is_same<std::num_put<wchar_t>::iter_type, std::ostreambuf_iterator<wchar_t> >:… in main()
|
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/ |
D | types.pass.cpp | 30 …static_assert((std::is_same<std::num_get<char>::iter_type, std::istreambuf_iterator<char> >::value… in main() 31 …static_assert((std::is_same<std::num_get<wchar_t>::iter_type, std::istreambuf_iterator<wchar_t> >:… in main()
|
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put/ |
D | types.pass.cpp | 30 …static_assert((std::is_same<std::time_put<char>::iter_type, std::ostreambuf_iterator<char> >::valu… in main() 31 …static_assert((std::is_same<std::time_put<wchar_t>::iter_type, std::ostreambuf_iterator<wchar_t> >… in main()
|
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get/ |
D | types.pass.cpp | 39 …static_assert((std::is_same<std::time_get<char>::iter_type, std::istreambuf_iterator<char> >::valu… in main() 40 …static_assert((std::is_same<std::time_get<wchar_t>::iter_type, std::istreambuf_iterator<wchar_t> >… in main()
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/ |
D | types.pass.cpp | 30 …static_assert((std::is_same<std::money_put<char>::iter_type, std::ostreambuf_iterator<char> >::val… in main() 31 …static_assert((std::is_same<std::money_put<wchar_t>::iter_type, std::ostreambuf_iterator<wchar_t> … in main()
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/ |
D | types.pass.cpp | 30 …static_assert((std::is_same<std::money_get<char>::iter_type, std::istreambuf_iterator<char> >::val… in main() 31 …static_assert((std::is_same<std::money_get<wchar_t>::iter_type, std::istreambuf_iterator<wchar_t> … in main()
|
/external/libcxx/test/libcxx/experimental/filesystem/class.path/path.req/ |
D | is_pathable.pass.cpp | 69 using iter_type = input_iterator<CharT*>; typedef 93 AssertPathable<iter_type>(); in Test()
|
/external/clang/test/Index/ |
D | annotate-nested-name-specifier.cpp | 100 typedef typename outer_alias::inner::vector<type>::iterator iter_type; typedef
|