Home
last modified time | relevance | path

Searched refs:WriteToString (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/external/emboss/compiler/back_end/cpp/testcode/
H A Dtext_format_test.cc32 EXPECT_EQ("{ a: 1, b: 2 }", ::emboss::WriteToString(view)); in TEST()
38 ::emboss::WriteToString(view, ::emboss::MultilineText())); in TEST()
44 EXPECT_EQ("{ a: 1, c: 3 }", ::emboss::WriteToString(view)); in TEST()
50 ::emboss::WriteToString(view, ::emboss::MultilineText())); in TEST()
57 ::emboss::WriteToString(view)); in TEST()
69 ::emboss::WriteToString(view, ::emboss::MultilineText())); in TEST()
70 EXPECT_EQ("{ a: 3, b: 4 }", ::emboss::WriteToString(view.b())); in TEST()
76 ::emboss::WriteToString(view.b(), ::emboss::MultilineText())); in TEST()
H A Dcondition_test.cc757 TEST(WriteToString, MissingFieldsAreNotWritten) { in TEST() argument
764 ::emboss::WriteToString(reader, ::emboss::MultilineText())); in TEST()
765 EXPECT_EQ("{ x: 1 }", ::emboss::WriteToString(reader)); in TEST()
768 TEST(WriteToString, NotOkFieldsAreNotWritten) { in TEST() argument
777 ::emboss::WriteToString( in TEST()
781 ::emboss::WriteToString( in TEST()
785 TEST(WriteToString, NotOkStructSubFieldsAreNotWritten) { in TEST() argument
798 ::emboss::WriteToString( in TEST()
802 ::emboss::WriteToString( in TEST()
806 TEST(WriteToString, PresentFieldsNotWritten) { in TEST() argument
[all …]
H A Dvirtual_field_test.cc126 ::emboss::WriteToString(view)); in TEST()
140 ::emboss::WriteToString(view, ::emboss::MultilineText())); in TEST()
147 ::emboss::WriteToString(view)); in TEST()
158 ::emboss::WriteToString(view, ::emboss::MultilineText())); in TEST()
216 ::emboss::WriteToString(view)); in TEST()
222 ::emboss::WriteToString(view, ::emboss::MultilineText())); in TEST()
224 EXPECT_EQ("{ x: 5, x_plus_one: 6 }", ::emboss::WriteToString(view)); in TEST()
231 ::emboss::WriteToString(view, ::emboss::MultilineText())); in TEST()
H A Drequires_test.cc204 TEST(WriteToString, NotOkFieldsAreNotWritten) { in TEST() argument
217 ::emboss::WriteToString( in TEST()
221 ::emboss::WriteToString( in TEST()
225 TEST(WriteToString, NotOkArrayElementsAreNotWritten) { in TEST() argument
246 ::emboss::WriteToString( in TEST()
250 ::emboss::WriteToString( in TEST()
H A Danonymous_bits_test.cc92 TEST(AnonymousBits, WriteToString) { in TEST() argument
100 ::emboss::WriteToString(foo)); in TEST()
111 ::emboss::UpdateFromText(foo_writer, ::emboss::WriteToString(foo)); in TEST()
H A Dfloat_test.cc348 ::emboss::WriteToString(x)); in TEST()
354 ::emboss::WriteToString(x, ::emboss::MultilineText())); in TEST()
/aosp_15_r20/external/emboss/runtime/cpp/test/
H A Demboss_enum_view_test.cc266 EXPECT_EQ("kReallyBig", WriteToString(enum64_view)); in TEST()
268 WriteToString(enum64_view, TextOutputOptions().WithComments(true))); in TEST()
270 WriteToString( in TEST()
274 EXPECT_EQ("123", WriteToString(enum64_view)); in TEST()
276 WriteToString(enum64_view, TextOutputOptions().WithComments(true))); in TEST()
278 WriteToString( in TEST()
H A Demboss_array_view_test.cc170 WriteToString(byte_array)); in TEST()
171 EXPECT_EQ(WriteToString(byte_array, MultilineText()), in TEST()
/aosp_15_r20/external/emboss/integration/googletest/
H A Demboss_test_util.h36 compare_to_ok_ ? WriteToString(compare_to, MultilineText()) : "")) { in EmbMatcher()
53 SplitToLines(WriteToString(compare_from, MultilineText())); in MatchAndExplain()
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_primitive_field.h65 virtual void WriteToString(io::Printer* printer) override;
85 virtual void WriteToString(io::Printer* printer) override;
H A Dcsharp_message_field.h64 virtual void WriteToString(io::Printer* printer) override;
81 virtual void WriteToString(io::Printer* printer) override;
H A Dcsharp_message_field.cc171 void MessageFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::MessageFieldGenerator
279 void MessageOneofFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::MessageOneofFieldGenerator
H A Dcsharp_primitive_field.cc243 void PrimitiveFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::PrimitiveFieldGenerator
330 void PrimitiveOneofFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::PrimitiveOneofFieldGenerator
H A Dcsharp_map_field.h64 virtual void WriteToString(io::Printer* printer) override;
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_message_field.h64 virtual void WriteToString(io::Printer* printer) override;
81 virtual void WriteToString(io::Printer* printer) override;
H A Dcsharp_primitive_field.h65 virtual void WriteToString(io::Printer* printer) override;
85 virtual void WriteToString(io::Printer* printer) override;
H A Dcsharp_message_field.cc171 void MessageFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::MessageFieldGenerator
279 void MessageOneofFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::MessageOneofFieldGenerator
H A Dcsharp_primitive_field.cc243 void PrimitiveFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::PrimitiveFieldGenerator
330 void PrimitiveOneofFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::PrimitiveOneofFieldGenerator
H A Dcsharp_map_field.h64 virtual void WriteToString(io::Printer* printer) override;
/aosp_15_r20/external/emboss/doc/
H A Dcpp-reference.md357 would not call this directly; instead, use the global `WriteToString` method,
773 would not call this directly; instead, use the global `WriteToString` method,
994 would not call this directly; instead, use the global `WriteToString` method,
1130 would not call this directly; instead, use the global `WriteToString` method,
1284 would not call this directly; instead, use the global `WriteToString` method,
1437 would not call this directly; instead, use the global `WriteToString` method,
1595 would not call this directly; instead, use the global `WriteToString` method,
1723 would not call this directly; instead, use the global `WriteToString` method,
1858 would not call this directly; instead, use the global `WriteToString` method,
1875 ## `::emboss::WriteToString` function
[all …]
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dcpdfsdk_interactiveform.cpp465 return pFDF ? pFDF->WriteToString() : ByteString(); in ExportFieldsToFDFTextBuf()
477 ByteString fdf_buffer = pFDFDoc->WriteToString(); in SubmitForm()
489 return pFDF ? pFDF->WriteToString() : ByteString(); in ExportFormToFDFTextBuf()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/
H A DHashCon.cpp274 h.WriteToString(digestIndex, s); in PrintResultLine()
367 h.WriteToString(digestIndex, s); in PrintSum()
/aosp_15_r20/external/emboss/runtime/cpp/
H A Demboss_text_util.h885 inline ::std::string WriteToString(const EmbossViewType &view,
893 inline ::std::string WriteToString(const EmbossViewType &view) {
894 return WriteToString(view, TextOutputOptions());
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcfdf_document.h28 ByteString WriteToString() const;
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/log/internal/
H A Dlog_message.cc87 void WriteToString(const char* data, void* str) { in WriteToString() function
423 log_internal::ShouldSymbolizeLogStackTrace(), WriteToString, in PrepareToDie()

123