Searched refs:BufferT (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | iostream.cpp | 36 template <class StreamT, class BufferT> 41 BufferT buffer; 46 template <class StreamT, class BufferT> 47 void init_stream(FILE* stdstream, stream<StreamT>& stream, stream_data<StreamT, BufferT>& data) { in init_stream() 64 # define STREAM(StreamT, BufferT, CharT, var) … argument 65 …STRING_DATA_CONSTINIT stream_data<StreamT<CharT>, BufferT<CharT>> var##_data; … 70 # define STREAM(StreamT, BufferT, CharT, var) … argument 71 …STRING_DATA_CONSTINIT stream_data<StreamT<CharT>, BufferT<CharT>> var##_data; …
|