HomeSort by relevance Sort by last modified time
    Searched refs:StrStream (Results 1 - 12 of 12) sorted by null

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.nonmember/
path.io.pass.cpp 42 using StrStream = std::basic_stringstream<CharT>;
45 StrStream ss;
path.io.unicode_bug.pass.cpp 47 using StrStream = std::basic_stringstream<CharT>;
51 StrStream ss;
  /external/libcxx/test/std/experimental/filesystem/class.path/path.nonmember/
path.io.unicode_bug.pass.cpp 47 using StrStream = std::basic_stringstream<CharT>;
51 StrStream ss;
path.io.pass.cpp 45 using StrStream = std::basic_stringstream<CharT>;
48 StrStream ss;
  /external/protobuf/gtest/include/gtest/
gtest-message.h 61 // 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_;
gtest.h     [all...]
  /external/protobuf/gtest/test/
gtest-message_test.cc 41 using ::testing::internal::StrStream;
157 StrStream ss;
  /external/protobuf/gtest/include/gtest/internal/
gtest-string.h 332 // Gets the content of the StrStream's buffer as a String. Each '\0'
334 GTEST_API_ String StrStreamToString(StrStream* stream);
gtest-port.h 612 typedef ::std::stringstream StrStream;
    [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
gtest.h     [all...]

Completed in 795 milliseconds