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

  /external/libbrillo/brillo/streams/
memory_stream.h 63 std::unique_ptr<data_container::ReadOnlyVectorCopy<T>> container{
64 new data_container::ReadOnlyVectorCopy<T>{std::move(buffer)}};
81 std::unique_ptr<data_container::ReadOnlyVectorRef<T>> container{
82 new data_container::ReadOnlyVectorRef<T>{buffer}};
109 std::unique_ptr<data_container::VectorPtr<T>> container{
110 new data_container::VectorPtr<T>{buffer}};
127 std::unique_ptr<data_container::VectorPtr<T>> container{
128 new data_container::VectorPtr<T>{buffer}};
139 std::unique_ptr<data_container::DataContainerInterface> container,
195 std::unique_ptr<data_container::DataContainerInterface> container
    [all...]
memory_stream.cc 17 std::unique_ptr<data_container::DataContainerInterface> container,
24 std::unique_ptr<data_container::ReadOnlyBuffer> container{
25 new data_container::ReadOnlyBuffer{buffer, size}};
32 std::unique_ptr<data_container::ReadOnlyVectorCopy<uint8_t>> container{
33 new data_container::ReadOnlyVectorCopy<uint8_t>{
39 std::unique_ptr<data_container::ReadOnlyStringRef> container{
40 new data_container::ReadOnlyStringRef{buffer}};
45 std::unique_ptr<data_container::ReadOnlyStringCopy> container{
46 new data_container::ReadOnlyStringCopy{std::move(buffer)}};
59 std::unique_ptr<data_container::ByteBuffer> container
    [all...]
memory_containers.cc 11 namespace data_container { namespace in namespace:brillo
131 } // namespace data_container
memory_containers.h 16 namespace data_container { namespace in namespace:brillo
22 // interface provided by data_container::DataContainerInterface.
285 } // namespace data_container
memory_containers_unittest.cc 25 class MockContiguousBuffer : public data_container::ContiguousBufferBase {
memory_stream_unittest.cc 31 class MockMemoryContainer : public data_container::DataContainerInterface {
  /external/trappy/trappy/plotter/
Constraint.py 157 data_container = getattr(
160 return data_container.data_frame

Completed in 127 milliseconds