HomeSort by relevance Sort by last modified time
    Searched refs:ContiguousBufferBase (Results 1 - 3 of 3) sorted by null

  /external/libbrillo/brillo/streams/
memory_containers.cc 27 void ContiguousBufferBase::CopyMemoryBlock(void* dest,
33 bool ContiguousBufferBase::Read(void* buffer,
57 bool ContiguousBufferBase::Write(const void* buffer,
memory_containers.h 64 // ContiguousBufferBase is a helper base class for memory containers that
68 class BRILLO_EXPORT ContiguousBufferBase : public DataContainerInterface {
70 ContiguousBufferBase() = default;
99 DISALLOW_COPY_AND_ASSIGN(ContiguousBufferBase);
102 // ContiguousReadOnlyBufferBase is a specialization of ContiguousBufferBase for
104 class BRILLO_EXPORT ContiguousReadOnlyBufferBase : public ContiguousBufferBase {
153 class VectorPtr : public ContiguousBufferBase {
241 class BRILLO_EXPORT StringPtr : public ContiguousBufferBase {
memory_containers_unittest.cc 25 class MockContiguousBuffer : public data_container::ContiguousBufferBase {

Completed in 79 milliseconds