Searched refs:StrStream (Results 1 - 10 of 10) sorted by relevance

/external/libcxx/test/std/experimental/filesystem/class.path/path.nonmember/
H A Dpath.io.unicode_bug.pass.cpp47 using StrStream = std::basic_stringstream<CharT>;
51 StrStream ss;
H A Dpath.io.pass.cpp45 using StrStream = std::basic_stringstream<CharT>;
48 StrStream ss;
/external/protobuf/gtest/include/gtest/
H A Dgtest-message.h61 // It will remember the text in a StrStream.
77 // Note that StrStream behaves differently in gcc and in MSVC. You
90 // We allocate the StrStream separately because it otherwise each use of
94 Message() : ss_(new internal::StrStream) {
101 Message(const Message& msg) : ss_(new internal::StrStream) { // NOLINT
106 explicit Message(const char* str) : ss_(new internal::StrStream) {
216 internal::StrStream* const ss_;
H A Dgtest.h1498 StrStream expected_ss;
1502 StrStream actual_ss;
/external/protobuf/gtest/test/
H A Dgtest-message_test.cc41 using ::testing::internal::StrStream;
157 StrStream ss;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-string.h332 // Gets the content of the StrStream's buffer as a String. Each '\0'
334 GTEST_API_ String StrStreamToString(StrStream* stream);
H A Dgtest-port.h612 typedef ::std::stringstream StrStream; typedef in namespace:testing::internal
/external/protobuf/gtest/src/
H A Dgtest.cc1093 StrStream val1_ss;
1097 StrStream val2_ss;
1529 StrStream stream;
1754 // Converts the buffer in a StrStream to a String, converting NUL
1756 String StrStreamToString(StrStream* ss) {
1761 // We need to use a helper StrStream to do this transformation
1763 StrStream helper;
3262 StrStream stream;
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc2433 StrStream val1_ss;
2437 StrStream val2_ss;
2869 StrStream stream;
3094 // Converts the buffer in a StrStream to a String, converting NUL
3096 String StrStreamToString(StrStream* ss) {
3101 // We need to use a helper StrStream to do this transformation
3103 StrStream helper;
4602 StrStream stream;
H A Dgtest.h1674 typedef ::std::stringstream StrStream;
2904 // Gets the content of the StrStream's buffer as a String. Each '\0'
2906 GTEST_API_ String StrStreamToString(StrStream* stream);
7931 // It will remember the text in a StrStream.
7947 // Note that StrStream behaves differently in gcc and in MSVC. You
7960 // We allocate the StrStream separately because it otherwise each use of
7964 Message() : ss_(new internal::StrStream) {
7971 Message(const Message& msg) : ss_(new internal::StrStream) { // NOLINT
7976 explicit Message(const char* str) : ss_(new internal::StrStream) {
8086 internal::StrStream* cons
[all...]

Completed in 320 milliseconds