Home
last modified time | relevance | path

Searched defs:streambuf (Results 1 – 17 of 17) sorted by relevance

/external/cronet/stable/third_party/libc++/src/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
Dsetp.assert.pass.cpp30 struct streambuf : public std::basic_streambuf<CharT> { struct
31 typedef std::basic_streambuf<CharT> base; argument
33 streambuf() {} in streambuf() argument
45 streambuf<CharT> buff; in test() argument
/external/cronet/tot/third_party/libc++/src/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
Dsetp.assert.pass.cpp30 struct streambuf : public std::basic_streambuf<CharT> { struct
31 typedef std::basic_streambuf<CharT> base; argument
33 streambuf() {} in streambuf() argument
45 streambuf<CharT> buff; in test() argument
/external/cronet/stable/third_party/libc++/src/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
Dsetg.assert.pass.cpp30 struct streambuf : public std::basic_streambuf<CharT> { struct
31 typedef std::basic_streambuf<CharT> base; argument
33 streambuf() {} in streambuf() function
45 streambuf<CharT> buff; in test() argument
/external/cronet/tot/third_party/libc++/src/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
Dsetg.assert.pass.cpp30 struct streambuf : public std::basic_streambuf<CharT> { struct
31 typedef std::basic_streambuf<CharT> base; argument
33 streambuf() {} in streambuf() function
45 streambuf<CharT> buff; in test() argument
/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
Dmemory_stream.hpp110 MemoryStreamBuf streambuf; member in inmemoryfs::MemoryIStream
121 MemoryStreamBuf streambuf; member in inmemoryfs::MemoryOStream
Dreversed_memory_stream.hpp82 ReversedIMemoryStreamBuf streambuf; member in inmemoryfs::ReversedIMemoryStream
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__fwd/
Dstreambuf.h24 using streambuf = basic_streambuf<char>; variable
/external/cronet/stable/third_party/libc++/src/include/__fwd/
Dstreambuf.h24 using streambuf = basic_streambuf<char>; variable
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__fwd/
Dstreambuf.h24 using streambuf = basic_streambuf<char>; variable
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dstreambuf.hpp28 typedef basic_streambuf<> streambuf; typedef
/external/cronet/tot/third_party/libc++/src/include/__fwd/
Dstreambuf.h24 using streambuf = basic_streambuf<char>; variable
/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Dasio_fwd.hpp23 typedef basic_streambuf<std::allocator<char>> streambuf; typedef
/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Dasio_fwd.hpp22 typedef basic_streambuf<std::allocator<char>> streambuf; typedef
/external/fmtlib/test/
Dostream-test.cc148 } streambuf; in TEST() local
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dwrite_at.hpp460 boost::asio::basic_streambuf<Allocator>& streambuf, in write_at_streambuf_op()
Dread_at.hpp477 uint64_t offset, basic_streambuf<Allocator>& streambuf, in read_at_streambuf_op()
/external/mesa3d/src/microsoft/vulkan/
Ddzn_private.h1029 #define dzn_graphics_pipeline_get_desc(pipeline, streambuf, name) \ argument