Home
last modified time | relevance | path

Searched defs:BuffT (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.assign/
H A Dassign.pass.cpp94 …using BuffT = std::basic_syncbuf<CharT, std::char_traits<CharT>, test_allocator<CharT, std::true_t… in test_assign() typedef
112 …using BuffT = std::basic_syncbuf<CharT, std::char_traits<CharT>, test_allocator<CharT, std::false_… in test_assign() typedef
135 using BuffT = std::basic_syncbuf<CharT, std::char_traits<CharT>, std::allocator<CharT>>; in test_assign() typedef
/llvm-project/libcxx/test/support/
H A Dtest_allocator.h442 typedef limited_alloc_handle<N> BuffT; global() typedef