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

  /external/libbrillo/brillo/streams/
memory_containers.h 102 // ContiguousReadOnlyBufferBase is a specialization of ContiguousBufferBase for
104 class BRILLO_EXPORT ContiguousReadOnlyBufferBase : public ContiguousBufferBase {
106 ContiguousReadOnlyBufferBase() = default;
121 DISALLOW_COPY_AND_ASSIGN(ContiguousReadOnlyBufferBase);
125 class BRILLO_EXPORT ReadOnlyBuffer : public ContiguousReadOnlyBufferBase {
183 class ReadOnlyVectorRef : public ContiguousReadOnlyBufferBase {
207 class ReadOnlyVectorCopy : public ContiguousReadOnlyBufferBase {
259 class BRILLO_EXPORT ReadOnlyStringRef : public ContiguousReadOnlyBufferBase {
memory_containers.cc 76 bool ContiguousReadOnlyBufferBase::Write(const void* /* buffer */,
84 bool ContiguousReadOnlyBufferBase::Resize(size_t /* new_size */,
89 void* ContiguousReadOnlyBufferBase::GetBuffer(size_t /* offset */,

Completed in 106 milliseconds