/aosp_15_r20/external/llvm-libc/test/src/stdio/ |
H A D | fopencookie_test.cpp | 27 struct StringStream { struct 35 auto *ss = reinterpret_cast<StringStream *>(cookie); in write_ss() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 73 raw_string_ostream StringStream; member in __anon8f8653750111::SubSectionWriter 467 raw_string_ostream StringStream(OutString); in writeSectionContent() local 561 raw_string_ostream StringStream(OutString); in writeWasm() local 613 raw_string_ostream StringStream(OutString); in writeWasm() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 74 raw_string_ostream StringStream; member in __anon1b4457fb0111::SubSectionWriter 524 raw_string_ostream StringStream(OutString); in writeSectionContent() local 612 raw_string_ostream StringStream(OutString); in writeWasm() local 664 raw_string_ostream StringStream(OutString); in writeWasm() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceBrowserCompileServer.h | 41 class StringStream; variable 86 StringStream() : StrBuf(Buffer) {} in StringStream() function
|
/aosp_15_r20/external/federated-compute/fcp/base/ |
H A D | string_stream.h | 21 explicit StringStream(const std::string& str) : str_(str) {} in StringStream() function
|
H A D | monitoring.h | 153 using StringStream = std::ostringstream; variable
|
/aosp_15_r20/external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/ |
H A D | ostream.pass.cpp | 22 typedef std::basic_ostringstream<char, MyTraits> StringStream; typedef
|
H A D | ostream_delim.pass.cpp | 23 typedef std::basic_ostringstream<char, MyTraits> StringStream; typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/ |
H A D | ostream.pass.cpp | 23 typedef std::basic_ostringstream<char, MyTraits> StringStream; typedef
|
H A D | ostream_delim.pass.cpp | 24 typedef std::basic_ostringstream<char, MyTraits> StringStream; typedef
|
/aosp_15_r20/external/llvm-libc/src/__support/CPP/ |
H A D | stringstream.h | 45 constexpr StringStream(const span<char> &buf) : data(buf) {} in StringStream() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | address_with_type_test.cc | 297 TEST(AddressWithTypeTest, StringStream) { in TEST() argument
|
/aosp_15_r20/external/skia/src/sksl/ |
H A D | SkSLUtil.h | 23 class StringStream; variable
|
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/ |
H A D | streams.rb | 366 class StringStream class
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/ |
H A D | check_output.py | 106 class StringStream: class
|
/aosp_15_r20/external/antlr/runtime/Python3/antlr3/ |
H A D | streams.py | 546 StringStream = ANTLRStringStream variable
|
/aosp_15_r20/external/antlr/runtime/Python/antlr3/ |
H A D | streams.py | 592 StringStream = ANTLRStringStream variable
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cLayoutBindingTests.cpp | 67 class StringStream : public std::ostringstream class
|