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

/system/nvram/messages/include/nvram/messages/
H A Dio.h73 // Allow |NestedInputStreamBuffer| to mess with |pos_| and |end_|, also in its
74 // delegate, which isn't necessarily of type |NestedInputStreamBuffer|.
75 friend class NestedInputStreamBuffer;
80 class NVRAM_EXPORT NestedInputStreamBuffer : public InputStreamBuffer { class in namespace:nvram
82 // Initialize a |NestedInputStreamBuffer| to provide at most |size| bytes from
84 // of this |NestedInputStreamBuffer|.
85 NestedInputStreamBuffer(InputStreamBuffer* delegate, size_t size);
86 ~NestedInputStreamBuffer() override = default;

Completed in 137 milliseconds