Home
last modified time | relevance | path

Searched refs:strstream (Results 1 – 25 of 48) sorted by relevance

12

/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/
Dtypes.pass.cpp27 static_assert((std::is_base_of<std::iostream, std::strstream>::value), ""); in main()
28 static_assert((std::is_same<std::strstream::char_type, char>::value), ""); in main()
29 …static_assert((std::is_same<std::strstream::int_type, std::char_traits<char>::int_type>::value), "… in main()
30 …static_assert((std::is_same<std::strstream::pos_type, std::char_traits<char>::pos_type>::value), "… in main()
31 …static_assert((std::is_same<std::strstream::off_type, std::char_traits<char>::off_type>::value), "… in main()
/external/llvm-project/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/
Dtypes.pass.cpp28 static_assert((std::is_base_of<std::iostream, std::strstream>::value), ""); in main()
29 static_assert((std::is_same<std::strstream::char_type, char>::value), ""); in main()
30 …static_assert((std::is_same<std::strstream::int_type, std::char_traits<char>::int_type>::value), "… in main()
31 …static_assert((std::is_same<std::strstream::pos_type, std::char_traits<char>::pos_type>::value), "… in main()
32 …static_assert((std::is_same<std::strstream::off_type, std::char_traits<char>::off_type>::value), "… in main()
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferOperations.cpp162 std::stringstream strstream; in getComputeShaderCode() local
164 strstream << "${VERSION}\n" in getComputeShaderCode()
186 return strstream.str(); in getComputeShaderCode()
280 std::stringstream strstream; in getFragmentShaderCode() local
282 strstream << "${VERSION}\n" in getFragmentShaderCode()
299 return strstream.str(); in getFragmentShaderCode()
308 std::stringstream strstream; in getVertexShaderCode() local
310 strstream << "${VERSION}\n" in getVertexShaderCode()
327 return strstream.str(); in getVertexShaderCode()
1004 std::stringstream strstream; in getFBFragmentShaderCode() local
[all …]
DesextcTextureBufferAtomicFunctions.cpp132 std::stringstream strstream; in getComputeShaderCode() local
134 strstream << "${VERSION}\n" in getComputeShaderCode()
159 return strstream.str(); in getComputeShaderCode()
/external/libcxx/include/
Dstrstream2 //===--------------------------- strstream --------------------------------===//
15 strstream synopsis
100 class strstream
111 strstream();
112 strstream(char* s, int n, ios_base::openmode mode = ios_base::in | ios_base::out);
114 virtual ~strstream();
337 class _LIBCPP_TYPE_VIS strstream
349 strstream()
352 strstream(char* __s, int __n, ios_base::openmode __mode = ios_base::in | ios_base::out)
359 strstream(strstream&& __rhs)
[all …]
/external/llvm-project/libcxx/include/
Dstrstream2 //===--------------------------- strstream --------------------------------===//
14 strstream synopsis
99 class strstream
110 strstream();
111 strstream(char* s, int n, ios_base::openmode mode = ios_base::in | ios_base::out);
113 virtual ~strstream();
336 class _LIBCPP_TYPE_VIS strstream
348 strstream()
351 strstream(char* __s, int __n, ios_base::openmode __mode = ios_base::in | ios_base::out)
358 strstream(strstream&& __rhs)
[all …]
/external/libcxx/test/std/depr/depr.ios.members/
Dio_state.pass.cpp27 std::strstream::io_state b = std::strstream::eofbit; in main()
Dseek_dir.pass.cpp27 std::strstream::seek_dir b = std::strstream::cur; in main()
Dopen_mode.pass.cpp27 std::strstream::open_mode b = std::strstream::app; in main()
/external/llvm-project/libcxx/test/std/depr/depr.ios.members/
Dseek_dir.pass.cpp26 std::strstream::seek_dir b = std::strstream::cur; in main()
Dio_state.pass.cpp26 std::strstream::io_state b = std::strstream::eofbit; in main()
Dopen_mode.pass.cpp26 std::strstream::open_mode b = std::strstream::app; in main()
/external/llvm-project/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
Dcp_size_mode.pass.cpp25 std::strstream inout(buf, 0); in main()
45 std::strstream inout(buf, 11, std::ios::app); in main()
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
Dcp_size_mode.pass.cpp24 std::strstream inout(buf, 0); in main()
44 std::strstream inout(buf, 11, std::ios::app); in main()
/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
Dconv_emitter_test.cc63 llvm::raw_string_ostream strstream(mlir_text); in CompileHloConvAndGetMlir() local
64 function.print(strstream); in CompileHloConvAndGetMlir()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dshrinker.cpp294 std::stringstream strstream; in Run() local
295 strstream << "Shrinking did not complete; step limit " << step_limit_ in Run()
297 consumer_(SPV_MSG_WARNING, nullptr, {}, strstream.str().c_str()); in Run()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dshrinker.cpp294 std::stringstream strstream; in Run() local
295 strstream << "Shrinking did not complete; step limit " << step_limit_ in Run()
297 consumer_(SPV_MSG_WARNING, nullptr, {}, strstream.str().c_str()); in Run()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dshrinker.cpp294 std::stringstream strstream; in Run() local
295 strstream << "Shrinking did not complete; step limit " << step_limit_ in Run()
297 consumer_(SPV_MSG_WARNING, nullptr, {}, strstream.str().c_str()); in Run()
/external/llvm-project/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
Dpcount.pass.cpp23 std::strstream out; in main()
Dstr.pass.cpp23 std::strstream out; in main()
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
Dpcount.pass.cpp22 std::strstream out; in main()
Dstr.pass.cpp22 std::strstream out; in main()
/external/llvm-project/clang/INPUTS/
Dall-std-headers.cpp47 #if __has_include(<strstream>)
/external/clang/INPUTS/
Dall-std-headers.cpp47 #if __has_include(<strstream>)
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest/
Drdbuf.pass.cpp23 const std::strstream out(buf, 0); in main()

12