Home
last modified time | relevance | path

Searched refs:iter_type (Results 1 – 10 of 10) sorted by relevance

/external/libcxx/include/
Dlocale536 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/
Dhandler_type_requirements.hpp123iter_type) typedef ASIO_HANDLER_TYPE(handler_type, void(asio::error_code, iter_type))… argument
125iter_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/
Dtypes.pass.cpp30 …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/
Dtypes.pass.cpp30 …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/
Dtypes.pass.cpp30 …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/
Dtypes.pass.cpp39 …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/
Dtypes.pass.cpp30 …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/
Dtypes.pass.cpp30 …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/
Dis_pathable.pass.cpp69 using iter_type = input_iterator<CharT*>; typedef
93 AssertPathable<iter_type>(); in Test()
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp100 typedef typename outer_alias::inner::vector<type>::iterator iter_type; typedef