Home
last modified time | relevance | path

Searched refs:StringOutputStream (Results 1 – 25 of 127) sorted by relevance

123456

/aosp_15_r20/frameworks/base/tools/aapt2/io/
H A DStringStream.cpp71 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 DStringStream.h58 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 DJavaClassGenerator_test.cpp25 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 DAnnotationProcessor_test.cpp23 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 DManifestClassGenerator_test.cpp22 using ::aapt::io::StringOutputStream;
219 StringOutputStream out(out_str);
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A Dprinter_unittest.cc610 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 Dzero_copy_stream_impl_lite.cc138 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 Dzero_copy_stream_impl_lite.h136 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 Dprinter_unittest.cc610 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 Dzero_copy_stream_impl_lite.cc138 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 Dzero_copy_stream_impl_lite.h136 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 DFlaggedResources_test.cpp24 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 Dwire_format_unittest.inc215 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 Dwire_format_unittest.inc215 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 Dplugin.cc79 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 Dplugin.cc79 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/
Dobjective_c_generator.cc296 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 Dobjective_c_generator.cc296 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 Djson_objectwriter_test.cc45 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 Djson_objectwriter_test.cc45 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 DPrinter_test.cpp22 using ::aapt::io::StringOutputStream;
31 StringOutputStream out(&result); in TEST()
/aosp_15_r20/frameworks/base/tools/aapt2/format/
H A DContainer_test.cpp24 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/
Dzero_copy_stream_impl_lite.sdump1037 "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/
Dzero_copy_stream_impl_lite.sdump1037 "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 DDump_test.cpp24 using ::aapt::io::StringOutputStream;
37 StringOutputStream output_stream(output); in DumpBadgingToString()

123456