Searched defs:ReadOnlyBuffer (Results 1 - 1 of 1) sorted by relevance

/external/libbrillo/brillo/streams/
H A Dmemory_containers.h67 // implementations to provide GetBuffer() and/or ReadOnlyBuffer() functions.
124 // ReadOnlyBuffer implements a read-only container based on raw memory block.
125 class BRILLO_EXPORT ReadOnlyBuffer : public ContiguousReadOnlyBufferBase { class in namespace:brillo::data_container
130 ReadOnlyBuffer(const void* buffer, size_t size) function in class:brillo::data_container::ReadOnlyBuffer
146 DISALLOW_COPY_AND_ASSIGN(ReadOnlyBuffer);

Completed in 278 milliseconds