Home
last modified time | relevance | path

Searched defs:ScopedBuffer (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dbuffer_pool.rs73 pub(crate) struct ScopedBuffer<'a, T: BufferPool> { struct
78 impl<T: BufferPool> Drop for ScopedBuffer<'_, T> { argument
84 impl<T: BufferPool> Deref for ScopedBuffer<'_, T> { implementation
92 impl<T: BufferPool> DerefMut for ScopedBuffer<'_, T> { implementation
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_gssapi_posix.cc61 class ScopedBuffer { class
63 ScopedBuffer(gss_buffer_t buffer, GSSAPILibrary* gssapi_lib) in ScopedBuffer() function in net::ScopedBuffer
/aosp_15_r20/external/webrtc/common_audio/
H A Daudio_converter_unittest.cc25 typedef std::unique_ptr<ChannelBuffer<float>> ScopedBuffer; typedef
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc645 TEST(Allocator, ScopedBuffer) { in TEST() argument