OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProtobufLiteCopyingFileInputStream
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/
protobuf_lite_streams.h
30
// a |shill::
ProtobufLiteCopyingFileInputStream
|. Returns a new instance on
37
class
ProtobufLiteCopyingFileInputStream
:
41
explicit
ProtobufLiteCopyingFileInputStream
(int fd);
42
~
ProtobufLiteCopyingFileInputStream
() override;
50
DISALLOW_COPY_AND_ASSIGN(
ProtobufLiteCopyingFileInputStream
);
protobuf_lite_streams.cc
40
auto* file_stream(new
ProtobufLiteCopyingFileInputStream
(fd));
49
ProtobufLiteCopyingFileInputStream
::
ProtobufLiteCopyingFileInputStream
(int fd)
54
ProtobufLiteCopyingFileInputStream
::~
ProtobufLiteCopyingFileInputStream
() {}
56
int
ProtobufLiteCopyingFileInputStream
::Read(void* buffer, int size) {
60
int
ProtobufLiteCopyingFileInputStream
::Skip(int count) {
Completed in 4108 milliseconds