Home
last modified time | relevance | path

Searched refs:ProtobufLiteCopyingFileInputStream (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Dprotobuf_lite_streams.cc40 auto* file_stream(new ProtobufLiteCopyingFileInputStream(fd)); in protobuf_lite_file_input_stream()
49 ProtobufLiteCopyingFileInputStream::ProtobufLiteCopyingFileInputStream(int fd) in ProtobufLiteCopyingFileInputStream() function in shill::ProtobufLiteCopyingFileInputStream
54 ProtobufLiteCopyingFileInputStream::~ProtobufLiteCopyingFileInputStream() {} in ~ProtobufLiteCopyingFileInputStream()
56 int ProtobufLiteCopyingFileInputStream::Read(void* buffer, int size) { in Read()
60 int ProtobufLiteCopyingFileInputStream::Skip(int count) { in Skip()
Dprotobuf_lite_streams.h37 class ProtobufLiteCopyingFileInputStream :
41 explicit ProtobufLiteCopyingFileInputStream(int fd);
42 ~ProtobufLiteCopyingFileInputStream() override;
50 DISALLOW_COPY_AND_ASSIGN(ProtobufLiteCopyingFileInputStream);