/frameworks/base/tools/aapt2/io/ |
D | StringStream.cpp | 54 StringOutputStream::StringOutputStream(std::string* str, size_t buffer_capacity) in StringOutputStream() function in aapt::io::StringOutputStream 61 StringOutputStream::~StringOutputStream() { in ~StringOutputStream() 65 bool StringOutputStream::Next(void** data, size_t* size) { in Next() 76 void StringOutputStream::BackUp(size_t count) { in BackUp() 84 size_t StringOutputStream::ByteCount() const { in ByteCount() 88 void StringOutputStream::Flush() { in Flush() 94 void StringOutputStream::FlushImpl() { in FlushImpl()
|
D | 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);
|
D | StringStream_test.cpp | 78 StringOutputStream out(&output, 10u); in TEST()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/ |
D | zero_copy_stream_impl_lite.cc | 152 StringOutputStream::StringOutputStream(string* target) in StringOutputStream() function in google::protobuf::io::StringOutputStream 156 StringOutputStream::~StringOutputStream() { in ~StringOutputStream() 159 bool StringOutputStream::Next(void** data, int* size) { in Next() 190 void StringOutputStream::BackUp(int count) { in BackUp() 197 int64 StringOutputStream::ByteCount() const { in ByteCount() 202 void StringOutputStream::SetString(string* target) { in SetString() 210 : StringOutputStream(NULL), in LazyStringOutputStream() 223 return StringOutputStream::Next(data, size); in Next() 227 return string_is_set_ ? StringOutputStream::ByteCount() : 0; in ByteCount()
|
D | zero_copy_stream_impl_lite.h | 132 class LIBPROTOBUF_EXPORT StringOutputStream : public ZeroCopyOutputStream { 143 explicit StringOutputStream(string* target); 144 ~StringOutputStream(); 159 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(StringOutputStream); 165 class LIBPROTOBUF_EXPORT LazyStringOutputStream : public StringOutputStream {
|
D | zero_copy_stream_unittest.cc | 543 StringOutputStream output(&result); in Compress() 709 StringOutputStream output(&str); in TEST_F()
|
/frameworks/base/tools/aapt2/java/ |
D | AnnotationProcessor_test.cpp | 23 using ::aapt::io::StringOutputStream; 41 StringOutputStream out(&annotations); in TEST() 54 StringOutputStream out(&annotations); in TEST() 69 StringOutputStream out(&annotations); in TEST()
|
D | JavaClassGenerator_test.cpp | 25 using ::aapt::io::StringOutputStream; 50 StringOutputStream out(&result); in TEST() 75 StringOutputStream out(&output); in TEST() 100 StringOutputStream out(&output); in TEST() 138 StringOutputStream out(&output); in TEST() 175 StringOutputStream out(&output); in TEST() 206 StringOutputStream out(&output); in TEST() 219 StringOutputStream out(&output); in TEST() 232 StringOutputStream out(&output); in TEST() 298 StringOutputStream out(&output); in TEST() [all …]
|
D | ManifestClassGenerator_test.cpp | 22 using ::aapt::io::StringOutputStream; 164 StringOutputStream out(out_str);
|
D | ProguardRules_test.cpp | 23 using ::aapt::io::StringOutputStream; 32 StringOutputStream sout(&out); in GetKeepSetString()
|
/frameworks/base/tools/aapt2/text/ |
D | Printer_test.cpp | 22 using ::aapt::io::StringOutputStream; 31 StringOutputStream out(&result); in TEST()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | wire_format_unittest.cc | 283 io::StringOutputStream raw_output(&generated_data); in TEST() 291 io::StringOutputStream raw_output(&dynamic_data); in TEST() 313 io::StringOutputStream raw_output(&generated_data); in TEST() 321 io::StringOutputStream raw_output(&dynamic_data); in TEST() 343 io::StringOutputStream raw_output(&generated_data); in TEST() 351 io::StringOutputStream raw_output(&dynamic_data); in TEST() 377 io::StringOutputStream raw_output(&generated_data); in TEST() 385 io::StringOutputStream raw_output(&dynamic_data); in TEST() 503 io::StringOutputStream string_stream(&dynamic_data); in TEST() 573 io::StringOutputStream output_stream(&data); in TEST() [all …]
|
D | text_format.cc | 1499 io::StringOutputStream output_stream(output); in PrintToString() 1510 io::StringOutputStream output_stream(output); in PrintUnknownFieldsToString() 1622 io::StringOutputStream output_stream(output); in PrintFieldValueToString()
|
D | unknown_field_set_unittest.cc | 244 io::StringOutputStream raw_output(&data); in TEST_F()
|
D | lite_unittest.cc | 335 google::protobuf::io::StringOutputStream output_stream(&buffer); in main()
|
D | extension_set_heavy.cc | 692 io::StringOutputStream output_stream(&message_data); in ParseMessageSetItem()
|
D | wire_format.cc | 760 io::StringOutputStream output_stream(&message_data); in ParseAndMergeMessageSetItem()
|
/frameworks/base/tools/aapt2/format/ |
D | Container_test.cpp | 24 using ::google::protobuf::io::StringOutputStream; 40 StringOutputStream out_stream(&output_str); in TEST()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | json_objectwriter_test.cc | 43 using google::protobuf::io::StringOutputStream; 48 : str_stream_(new StringOutputStream(&output_)), in JsonObjectWriterTest() 59 StringOutputStream* const str_stream_;
|
D | proto_writer.h | 326 google::protobuf::io::StringOutputStream adapter_;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | plugin.cc | 76 return new io::StringOutputStream(file->mutable_content()); in Open() 84 return new io::StringOutputStream(file->mutable_content()); in OpenForInsert()
|
D | command_line_interface.cc | 405 google::protobuf::scoped_ptr<io::StringOutputStream> inner_; 578 inner_(new io::StringOutputStream(&data_)) { in MemoryOutputStream() 587 inner_(new io::StringOutputStream(&data_)) { in MemoryOutputStream()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | json_util.cc | 100 io::StringOutputStream output_stream(json_output); in BinaryToJsonString() 175 io::StringOutputStream output_stream(binary_output); in JsonToBinaryString()
|
D | message_differencer.cc | 399 io::StringOutputStream output_stream(output_string_); in Compare() 437 io::StringOutputStream output_stream(output_string_); in CompareWithFields()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_bootstrap_unittest.cc | 114 return new io::StringOutputStream(*map_slot); in Open()
|