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

  /external/libbrillo/brillo/streams/
memory_containers.h 22 // interface provided by data_container::DataContainerInterface.
27 class BRILLO_EXPORT DataContainerInterface {
29 DataContainerInterface() = default;
30 virtual ~DataContainerInterface() = default;
61 DISALLOW_COPY_AND_ASSIGN(DataContainerInterface);
68 class BRILLO_EXPORT ContiguousBufferBase : public DataContainerInterface {
71 // Implementation of DataContainerInterface::Read().
77 // Implementation of DataContainerInterface::Write().
memory_stream.h 139 std::unique_ptr<data_container::DataContainerInterface> container,
195 std::unique_ptr<data_container::DataContainerInterface> container,
202 std::unique_ptr<data_container::DataContainerInterface> container_;
memory_stream.cc 17 std::unique_ptr<data_container::DataContainerInterface> container,
78 std::unique_ptr<data_container::DataContainerInterface> container,
memory_stream_unittest.cc 31 class MockMemoryContainer : public data_container::DataContainerInterface {

Completed in 87 milliseconds