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

1 2

  /frameworks/base/tools/aapt2/io/
StringStream.cpp 54 StringOutputStream::StringOutputStream(std::string* str, size_t buffer_capacity)
61 StringOutputStream::~StringOutputStream() {
65 bool StringOutputStream::Next(void** data, size_t* size) {
76 void StringOutputStream::BackUp(size_t count) {
84 size_t StringOutputStream::ByteCount() const {
88 void StringOutputStream::Flush() {
94 void StringOutputStream::FlushImpl() {
StringStream.h 57 class StringOutputStream : public OutputStream {
59 explicit StringOutputStream(std::string* str, size_t buffer_capacity = 4096u);
61 ~StringOutputStream();
80 DISALLOW_COPY_AND_ASSIGN(StringOutputStream);
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 152 StringOutputStream::StringOutputStream(string* target)
156 StringOutputStream::~StringOutputStream() {
159 bool StringOutputStream::Next(void** data, int* size) {
174 << "StringOutputStream.";
190 void StringOutputStream::BackUp(int count) {
197 int64 StringOutputStream::ByteCount() const {
202 void StringOutputStream::SetString(string* target) {
210 : StringOutputStream(NULL)
    [all...]
zero_copy_stream_impl_lite.h 133 class LIBPROTOBUF_EXPORT StringOutputStream : public ZeroCopyOutputStream {
135 // Create a StringOutputStream which appends bytes to the given string.
144 explicit StringOutputStream(string* target);
145 ~StringOutputStream();
160 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(StringOutputStream);
163 // LazyStringOutputStream is a StringOutputStream with lazy acquisition of
166 class LIBPROTOBUF_EXPORT LazyStringOutputStream : public StringOutputStream {
173 // implements ZeroCopyOutputStream, overriding StringOutputStream -----------
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
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);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
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);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
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);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
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);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 133 class LIBPROTOBUF_EXPORT StringOutputStream : public ZeroCopyOutputStream {
135 // Create a StringOutputStream which appends bytes to the given string.
144 explicit StringOutputStream(string* target);
145 ~StringOutputStream();
160 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(StringOutputStream);
163 // LazyStringOutputStream is a StringOutputStream with lazy acquisition of
166 class LIBPROTOBUF_EXPORT LazyStringOutputStream : public StringOutputStream {
173 // implements ZeroCopyOutputStream, overriding StringOutputStream -----------
  /prebuilts/misc/common/robolectric/3.1.1/lib/
plexus-utils-1.5.15.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/
plexus-utils-3.0.9.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0/
repository-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha1/
repository-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha3/
repository-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha5/
repository-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha7/
repository-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha9/
repository-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-beta2/
repository-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-beta5/
repository-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-beta6/
repository-25.0.0-beta6.jar 

Completed in 262 milliseconds

1 2