/external/libcxx/include/ |
D | locale | 575 typedef _InputIterator iter_type; 582 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 589 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 596 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 603 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 610 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 617 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 624 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 631 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 638 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.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.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.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/input.output/filesystems/class.path/path.req/ |
D | is_pathable.pass.cpp | 67 using iter_type = input_iterator<CharT*>; typedef 91 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
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 8173 typedef VmaSuballocationList::iterator iter_type; in ResizeAllocation() typedef 8174 for(iter_type suballocItem = m_Suballocations.begin(); in ResizeAllocation() 8181 iter_type nextItem = suballocItem; in ResizeAllocation() 8213 … iter_type newFreeSuballocIt = m_Suballocations.insert(nextItem, newFreeSuballoc); in ResizeAllocation() 8230 iter_type newFreeSuballocIt = m_Suballocations.end(); in ResizeAllocation()
|