OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CopyingInputStreamAdaptor
(Results
1 - 7
of
7
) sorted by null
/external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc
216
CopyingInputStreamAdaptor
::
CopyingInputStreamAdaptor
(
227
CopyingInputStreamAdaptor
::~
CopyingInputStreamAdaptor
() {
233
bool
CopyingInputStreamAdaptor
::Next(const void** data, int* size) {
267
void
CopyingInputStreamAdaptor
::BackUp(int count) {
279
bool
CopyingInputStreamAdaptor
::Skip(int count) {
302
int64
CopyingInputStreamAdaptor
::ByteCount() const {
306
void
CopyingInputStreamAdaptor
::AllocateBufferIfNeeded() {
312
void
CopyingInputStreamAdaptor
::FreeBuffer()
[
all
...]
zero_copy_stream_impl_lite.h
164
// CopyingInputStream and then use
CopyingInputStreamAdaptor
.
167
//
CopyingInputStreamAdaptor
does its own buffering and will read data
195
class LIBPROTOBUF_EXPORT
CopyingInputStreamAdaptor
: public ZeroCopyInputStream {
202
explicit
CopyingInputStreamAdaptor
(CopyingInputStream* copying_stream,
204
~
CopyingInputStreamAdaptor
();
206
// Call SetOwnsCopyingStream(true) to tell the
CopyingInputStreamAdaptor
to
247
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
CopyingInputStreamAdaptor
);
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h
163
// CopyingInputStream and then use
CopyingInputStreamAdaptor
.
166
//
CopyingInputStreamAdaptor
does its own buffering and will read data
194
class LIBPROTOBUF_EXPORT
CopyingInputStreamAdaptor
: public ZeroCopyInputStream {
201
explicit
CopyingInputStreamAdaptor
(CopyingInputStream* copying_stream,
203
~
CopyingInputStreamAdaptor
();
205
// Call SetOwnsCopyingStream(true) to tell the
CopyingInputStreamAdaptor
to
246
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
CopyingInputStreamAdaptor
);
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h
163
// CopyingInputStream and then use
CopyingInputStreamAdaptor
.
166
//
CopyingInputStreamAdaptor
does its own buffering and will read data
194
class LIBPROTOBUF_EXPORT
CopyingInputStreamAdaptor
: public ZeroCopyInputStream {
201
explicit
CopyingInputStreamAdaptor
(CopyingInputStream* copying_stream,
203
~
CopyingInputStreamAdaptor
();
205
// Call SetOwnsCopyingStream(true) to tell the
CopyingInputStreamAdaptor
to
246
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
CopyingInputStreamAdaptor
);
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h
163
// CopyingInputStream and then use
CopyingInputStreamAdaptor
.
166
//
CopyingInputStreamAdaptor
does its own buffering and will read data
194
class LIBPROTOBUF_EXPORT
CopyingInputStreamAdaptor
: public ZeroCopyInputStream {
201
explicit
CopyingInputStreamAdaptor
(CopyingInputStream* copying_stream,
203
~
CopyingInputStreamAdaptor
();
205
// Call SetOwnsCopyingStream(true) to tell the
CopyingInputStreamAdaptor
to
246
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
CopyingInputStreamAdaptor
);
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h
163
// CopyingInputStream and then use
CopyingInputStreamAdaptor
.
166
//
CopyingInputStreamAdaptor
does its own buffering and will read data
194
class LIBPROTOBUF_EXPORT
CopyingInputStreamAdaptor
: public ZeroCopyInputStream {
201
explicit
CopyingInputStreamAdaptor
(CopyingInputStream* copying_stream,
203
~
CopyingInputStreamAdaptor
();
205
// Call SetOwnsCopyingStream(true) to tell the
CopyingInputStreamAdaptor
to
246
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
CopyingInputStreamAdaptor
);
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h
196
// CopyingInputStream and then use
CopyingInputStreamAdaptor
.
199
//
CopyingInputStreamAdaptor
does its own buffering and will read data
227
class LIBPROTOBUF_EXPORT
CopyingInputStreamAdaptor
: public ZeroCopyInputStream {
234
explicit
CopyingInputStreamAdaptor
(CopyingInputStream* copying_stream,
236
~
CopyingInputStreamAdaptor
();
238
// Call SetOwnsCopyingStream(true) to tell the
CopyingInputStreamAdaptor
to
279
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
CopyingInputStreamAdaptor
);
Completed in 234 milliseconds