HomeSort by relevance Sort by last modified time
    Searched defs:StringOutputStream (Results 1 - 3 of 3) sorted by null

  /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);
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/io/
MockFileOp.java 51 private final List<StringOutputStream> mOutputStreams = new ArrayList<StringOutputStream>();
136 * Returns the {@link StringOutputStream#toString()} as an array, in creation order.
356 StringOutputStream os = new StringOutputStream(file);
365 public class StringOutputStream extends ByteArrayOutputStream {
369 public StringOutputStream(File file) {

Completed in 135 milliseconds