/aosp_15_r20/frameworks/base/tools/aapt2/io/ |
H A D | StringStream.cpp | 71 StringOutputStream::StringOutputStream(std::string* str, size_t buffer_capacity) in StringOutputStream() function in aapt::io::StringOutputStream 78 StringOutputStream::~StringOutputStream() { in ~StringOutputStream() 82 bool StringOutputStream::Next(void** data, size_t* size) { in Next() 93 void StringOutputStream::BackUp(size_t count) { in BackUp() 101 size_t StringOutputStream::ByteCount() const { in ByteCount() 105 void StringOutputStream::Flush() { in Flush() 111 void StringOutputStream::FlushImpl() { in FlushImpl()
|
H A D | StringStream.h | 58 class StringOutputStream : public android::OutputStream { 60 explicit StringOutputStream(std::string* str, size_t buffer_capacity = 4096u); 62 ~StringOutputStream(); 81 DISALLOW_COPY_AND_ASSIGN(StringOutputStream);
|
/aosp_15_r20/frameworks/base/tools/aapt2/java/ |
H A D | JavaClassGenerator_test.cpp | 25 using ::aapt::io::StringOutputStream; 49 StringOutputStream out(&result); in TEST() 73 StringOutputStream out(&output); in TEST() 97 StringOutputStream out(&output); in TEST() 133 StringOutputStream out(&output); in TEST() 169 StringOutputStream out(&output); in TEST() 199 StringOutputStream out(&output); in TEST() 212 StringOutputStream out(&output); in TEST() 225 StringOutputStream out(&output); in TEST() 289 StringOutputStream out(&output); in TEST() [all …]
|
H A 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() 84 StringOutputStream out(&annotations); in TEST() 99 StringOutputStream out(&annotations); in TEST() 114 StringOutputStream out(&annotations); in TEST() 129 StringOutputStream out(&annotations); in TEST() 149 StringOutputStream out(&annotations); in TEST()
|
H A D | ManifestClassGenerator_test.cpp | 22 using ::aapt::io::StringOutputStream; 219 StringOutputStream out(out_str);
|
/aosp_15_r20/external/protobuf/src/google/protobuf/io/ |
H A D | printer_unittest.cc | 610 StringOutputStream output(&s); in TEST() 620 StringOutputStream output(&s); in TEST() 630 StringOutputStream output(&s); in TEST() 640 StringOutputStream output(&s); in TEST() 652 StringOutputStream output(&s); in TEST() 665 StringOutputStream output(&s); in TEST() 691 StringOutputStream output(&s); in TEST() 698 StringOutputStream output(&s); in TEST() 705 StringOutputStream output(&s); in TEST() 712 StringOutputStream output(&s); in TEST() [all …]
|
H A D | zero_copy_stream_impl_lite.cc | 138 StringOutputStream::StringOutputStream(std::string* target) : target_(target) {} in StringOutputStream() function in google::protobuf::io::StringOutputStream 140 bool StringOutputStream::Next(void** data, int* size) { in Next() 167 void StringOutputStream::BackUp(int count) { in BackUp() 174 int64_t StringOutputStream::ByteCount() const { in ByteCount()
|
H A D | zero_copy_stream_impl_lite.h | 136 class PROTOBUF_EXPORT StringOutputStream PROTOBUF_FUTURE_FINAL 148 explicit StringOutputStream(std::string* target); 149 ~StringOutputStream() override = default; 161 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(StringOutputStream);
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/ |
H A D | printer_unittest.cc | 610 StringOutputStream output(&s); in TEST() 620 StringOutputStream output(&s); in TEST() 630 StringOutputStream output(&s); in TEST() 640 StringOutputStream output(&s); in TEST() 652 StringOutputStream output(&s); in TEST() 665 StringOutputStream output(&s); in TEST() 691 StringOutputStream output(&s); in TEST() 698 StringOutputStream output(&s); in TEST() 705 StringOutputStream output(&s); in TEST() 712 StringOutputStream output(&s); in TEST() [all …]
|
H A D | zero_copy_stream_impl_lite.cc | 138 StringOutputStream::StringOutputStream(std::string* target) : target_(target) {} in StringOutputStream() function in google::protobuf::io::StringOutputStream 140 bool StringOutputStream::Next(void** data, int* size) { in Next() 167 void StringOutputStream::BackUp(int count) { in BackUp() 174 int64_t StringOutputStream::ByteCount() const { in ByteCount()
|
H A D | zero_copy_stream_impl_lite.h | 136 class PROTOBUF_EXPORT StringOutputStream PROTOBUF_FUTURE_FINAL 148 explicit StringOutputStream(std::string* target); 149 ~StringOutputStream() override = default; 161 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(StringOutputStream);
|
/aosp_15_r20/frameworks/base/tools/aapt2/link/ |
H A D | FlaggedResources_test.cpp | 24 using ::aapt::io::StringOutputStream; 36 StringOutputStream output_stream(output); in DumpStringPoolToString() 45 StringOutputStream output_stream(output); in DumpResourceTableToString() 54 StringOutputStream output_stream(output); in DumpChunksToString()
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | wire_format_unittest.inc | 215 io::StringOutputStream raw_output(&data); 291 io::StringOutputStream raw_output(&generated_data); 299 io::StringOutputStream raw_output(&dynamic_data); 320 io::StringOutputStream raw_output(&generated_data); 328 io::StringOutputStream raw_output(&dynamic_data); 349 io::StringOutputStream raw_output(&generated_data); 357 io::StringOutputStream raw_output(&dynamic_data); 378 io::StringOutputStream raw_output(&generated_data); 386 io::StringOutputStream raw_output(&dynamic_data); 513 io::StringOutputStream string_stream(&dynamic_data); [all …]
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | wire_format_unittest.inc | 215 io::StringOutputStream raw_output(&data); 291 io::StringOutputStream raw_output(&generated_data); 299 io::StringOutputStream raw_output(&dynamic_data); 320 io::StringOutputStream raw_output(&generated_data); 328 io::StringOutputStream raw_output(&dynamic_data); 349 io::StringOutputStream raw_output(&generated_data); 357 io::StringOutputStream raw_output(&dynamic_data); 378 io::StringOutputStream raw_output(&generated_data); 386 io::StringOutputStream raw_output(&dynamic_data); 513 io::StringOutputStream string_stream(&dynamic_data); [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | plugin.cc | 79 return new io::StringOutputStream(file->mutable_content()); in Open() 88 return new io::StringOutputStream(file->mutable_content()); in OpenForInsert() 98 return new io::StringOutputStream(file->mutable_content()); in OpenForInsertWithGeneratedCodeInfo()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/ |
H A D | plugin.cc | 79 return new io::StringOutputStream(file->mutable_content()); in Open() 88 return new io::StringOutputStream(file->mutable_content()); in OpenForInsert() 98 return new io::StringOutputStream(file->mutable_content()); in OpenForInsertWithGeneratedCodeInfo()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/ |
D | objective_c_generator.cc | 296 grpc::protobuf::io::StringOutputStream output_stream(&output); in GetProtocol() 322 grpc::protobuf::io::StringOutputStream output_stream(&output); in GetV2Protocol() 342 grpc::protobuf::io::StringOutputStream output_stream(&output); in GetInterface() 385 grpc::protobuf::io::StringOutputStream output_stream(&output); in GetSource()
|
/aosp_15_r20/external/grpc-grpc/src/compiler/ |
H A D | objective_c_generator.cc | 296 grpc::protobuf::io::StringOutputStream output_stream(&output); in GetProtocol() 322 grpc::protobuf::io::StringOutputStream output_stream(&output); in GetV2Protocol() 342 grpc::protobuf::io::StringOutputStream output_stream(&output); in GetInterface() 385 grpc::protobuf::io::StringOutputStream output_stream(&output); in GetSource()
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | json_objectwriter_test.cc | 45 using io::StringOutputStream; 50 : str_stream_(new StringOutputStream(&output_)), in JsonObjectWriterTest() 63 StringOutputStream* const str_stream_;
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/ |
H A D | json_objectwriter_test.cc | 45 using io::StringOutputStream; 50 : str_stream_(new StringOutputStream(&output_)), in JsonObjectWriterTest() 63 StringOutputStream* const str_stream_;
|
/aosp_15_r20/frameworks/base/tools/aapt2/text/ |
H A D | Printer_test.cpp | 22 using ::aapt::io::StringOutputStream; 31 StringOutputStream out(&result); in TEST()
|
/aosp_15_r20/frameworks/base/tools/aapt2/format/ |
H A D | Container_test.cpp | 24 using ::google::protobuf::io::StringOutputStream; 40 StringOutputStream out_stream(&output_str); in TEST()
|
/aosp_15_r20/out/soong/.intermediates/external/protobuf/libprotobuf-cpp-lite/android_arm64_armv8-2a_cortex-a55_static_apex31_sabi/obj/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl_lite.sdump | 1037 "function_name" : "google::protobuf::io::StringOutputStream::Next", 1056 "function_name" : "google::protobuf::io::StringOutputStream::BackUp", 1072 "function_name" : "google::protobuf::io::StringOutputStream::StringOutputStream", 1088 "function_name" : "google::protobuf::io::StringOutputStream::StringOutputStream", 1104 "function_name" : "google::protobuf::io::StringOutputStream::~StringOutputStream", 1117 "function_name" : "google::protobuf::io::StringOutputStream::~StringOutputStream", 1130 "function_name" : "google::protobuf::io::StringOutputStream::~StringOutputStream", 2500 "function_name" : "google::protobuf::io::StringOutputStream::ByteCount", 2734 "name" : "google::protobuf::io::StringOutputStream::kMinimumSize", 2883 "name" : "const google::protobuf::io::StringOutputStream *", [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/protobuf/libprotobuf-cpp-lite/android_arm64_armv8-2a_cortex-a55_static_cfi_apex31_sabi/obj/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl_lite.sdump | 1037 "function_name" : "google::protobuf::io::StringOutputStream::Next", 1056 "function_name" : "google::protobuf::io::StringOutputStream::BackUp", 1072 "function_name" : "google::protobuf::io::StringOutputStream::StringOutputStream", 1088 "function_name" : "google::protobuf::io::StringOutputStream::StringOutputStream", 1104 "function_name" : "google::protobuf::io::StringOutputStream::~StringOutputStream", 1117 "function_name" : "google::protobuf::io::StringOutputStream::~StringOutputStream", 1130 "function_name" : "google::protobuf::io::StringOutputStream::~StringOutputStream", 2500 "function_name" : "google::protobuf::io::StringOutputStream::ByteCount", 2734 "name" : "google::protobuf::io::StringOutputStream::kMinimumSize", 2883 "name" : "const google::protobuf::io::StringOutputStream *", [all …]
|
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/ |
H A D | Dump_test.cpp | 24 using ::aapt::io::StringOutputStream; 37 StringOutputStream output_stream(output); in DumpBadgingToString()
|