/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/ |
H A D | server_http.hpp | 45 …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 D | client_http.hpp | 87 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 D | memory_stream.hpp | 110 MemoryStreamBuf streambuf; member in inmemoryfs::MemoryIStream 121 MemoryStreamBuf streambuf; member in inmemoryfs::MemoryOStream
|
H A D | reversed_memory_stream.hpp | 82 ReversedIMemoryStreamBuf streambuf; member in inmemoryfs::ReversedIMemoryStream
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__fwd/ |
H A D | streambuf.h | 24 using streambuf = basic_streambuf<char>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__fwd/ |
D | streambuf.h | 24 using streambuf = basic_streambuf<char>; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ |
D | streambuf.hpp | 28 typedef basic_streambuf<> streambuf; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__fwd/ |
D | streambuf.h | 24 using streambuf = basic_streambuf<char>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__fwd/ |
D | streambuf.h | 24 using streambuf = basic_streambuf<char>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__fwd/ |
D | streambuf.h | 24 using streambuf = basic_streambuf<char>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__fwd/ |
D | streambuf.h | 24 using streambuf = basic_streambuf<char>; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/ |
D | asio_fwd.hpp | 22 typedef basic_streambuf<std::allocator<char>> streambuf; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/ |
D | asio_fwd.hpp | 23 typedef basic_streambuf<std::allocator<char>> streambuf; typedef
|
/aosp_15_r20/external/fmtlib/test/ |
H A D | ostream-test.cc | 148 } streambuf; in TEST() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/ |
D | write_at.hpp | 460 boost::asio::basic_streambuf<Allocator>& streambuf, in write_at_streambuf_op()
|
D | read_at.hpp | 477 uint64_t offset, basic_streambuf<Allocator>& streambuf, in read_at_streambuf_op()
|
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_private.h | 1029 #define dzn_graphics_pipeline_get_desc(pipeline, streambuf, name) \ argument
|