OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StringOutputStream
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc
148
StringOutputStream
::
StringOutputStream
(string* target)
152
StringOutputStream
::~
StringOutputStream
() {
155
bool
StringOutputStream
::Next(void** data, int* size) {
177
void
StringOutputStream
::BackUp(int count) {
183
int64
StringOutputStream
::ByteCount() const {
zero_copy_stream_impl_lite.h
126
class LIBPROTOBUF_EXPORT
StringOutputStream
: public ZeroCopyOutputStream {
128
// Create a
StringOutputStream
which appends bytes to the given string.
135
explicit
StringOutputStream
(string* target);
136
~
StringOutputStream
();
148
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
StringOutputStream
);
/external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc
146
StringOutputStream
::
StringOutputStream
(string* target)
150
StringOutputStream
::~
StringOutputStream
() {
153
bool
StringOutputStream
::Next(void** data, int* size) {
175
void
StringOutputStream
::BackUp(int count) {
181
int64
StringOutputStream
::ByteCount() const {
zero_copy_stream_impl_lite.h
126
class LIBPROTOBUF_EXPORT
StringOutputStream
: public ZeroCopyOutputStream {
128
// Create a
StringOutputStream
which appends bytes to the given string.
135
explicit
StringOutputStream
(string* target);
136
~
StringOutputStream
();
148
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
StringOutputStream
);
Completed in 795 milliseconds