Home
last modified time | relevance | path

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

/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/
H A Dserver_http.hpp45 …std::unique_ptr<asio::streambuf> streambuf = std::unique_ptr<asio::streambuf>(new asio::streambuf(… member in SimpleWeb::ServerBase::Response
146 std::shared_ptr<asio::streambuf> streambuf = std::move(this->streambuf); in send() local
221 asio::streambuf &streambuf; member in SimpleWeb::ServerBase::Content
222 … Content(asio::streambuf &streambuf) noexcept : std::istream(&streambuf), streambuf(streambuf) {} in Content()
230 asio::streambuf streambuf; member in SimpleWeb::ServerBase::Request
H A Dclient_http.hpp87 asio::streambuf &streambuf; member in SimpleWeb::ClientBase::Content
88 … Content(asio::streambuf &streambuf) noexcept : std::istream(&streambuf), streambuf(streambuf) {} in Content()
106 asio::streambuf streambuf; member in SimpleWeb::ClientBase::Response
542 std::unique_ptr<asio::streambuf> streambuf(new asio::streambuf()); in create_request_header() local
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
H A Dmemory_stream.hpp110 MemoryStreamBuf streambuf; member in inmemoryfs::MemoryIStream
121 MemoryStreamBuf streambuf; member in inmemoryfs::MemoryOStream
H A Dreversed_memory_stream.hpp82 ReversedIMemoryStreamBuf streambuf; member in inmemoryfs::ReversedIMemoryStream
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__fwd/
H A Dstreambuf.h24 using streambuf = basic_streambuf<char>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__fwd/
Dstreambuf.h24 using streambuf = basic_streambuf<char>; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dstreambuf.hpp28 typedef basic_streambuf<> streambuf; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__fwd/
Dstreambuf.h24 using streambuf = basic_streambuf<char>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__fwd/
Dstreambuf.h24 using streambuf = basic_streambuf<char>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__fwd/
Dstreambuf.h24 using streambuf = basic_streambuf<char>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__fwd/
Dstreambuf.h24 using streambuf = basic_streambuf<char>; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Dasio_fwd.hpp22 typedef basic_streambuf<std::allocator<char>> streambuf; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Dasio_fwd.hpp23 typedef basic_streambuf<std::allocator<char>> streambuf; typedef
/aosp_15_r20/external/fmtlib/test/
H A Dostream-test.cc148 } streambuf; in TEST() local
/aosp_15_r20/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()
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h1029 #define dzn_graphics_pipeline_get_desc(pipeline, streambuf, name) \ argument