Home
last modified time | relevance | path

Searched defs:StringStream (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/llvm-libc/test/src/stdio/
H A Dfopencookie_test.cpp27 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 DWasmEmitter.cpp73 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 DWasmEmitter.cpp74 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 DIceBrowserCompileServer.h41 class StringStream; variable
86 StringStream() : StrBuf(Buffer) {} in StringStream() function
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dstring_stream.h21 explicit StringStream(const std::string& str) : str_(str) {} in StringStream() function
H A Dmonitoring.h153 using StringStream = std::ostringstream; variable
/aosp_15_r20/external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
H A Dostream.pass.cpp22 typedef std::basic_ostringstream<char, MyTraits> StringStream; typedef
H A Dostream_delim.pass.cpp23 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 Dostream.pass.cpp23 typedef std::basic_ostringstream<char, MyTraits> StringStream; typedef
H A Dostream_delim.pass.cpp24 typedef std::basic_ostringstream<char, MyTraits> StringStream; typedef
/aosp_15_r20/external/llvm-libc/src/__support/CPP/
H A Dstringstream.h45 constexpr StringStream(const span<char> &buf) : data(buf) {} in StringStream() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Daddress_with_type_test.cc297 TEST(AddressWithTypeTest, StringStream) { in TEST() argument
/aosp_15_r20/external/skia/src/sksl/
H A DSkSLUtil.h23 class StringStream; variable
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/
H A Dstreams.rb366 class StringStream class
/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/
H A Dcheck_output.py106 class StringStream: class
/aosp_15_r20/external/antlr/runtime/Python3/antlr3/
H A Dstreams.py546 StringStream = ANTLRStringStream variable
/aosp_15_r20/external/antlr/runtime/Python/antlr3/
H A Dstreams.py592 StringStream = ANTLRStringStream variable
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp67 class StringStream : public std::ostringstream class