HomeSort by relevance Sort by last modified time
    Searched refs:stringstream (Results 26 - 50 of 340) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gtest/include/gtest/
gtest-message.h 61 // It will remember the text in a stringstream.
77 // Note that stringstream behaves differently in gcc and in MSVC. You
90 // We allocate the stringstream separately because otherwise each use of
94 Message() : ss_(new ::std::stringstream) {
101 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
106 explicit Message(const char* str) : ss_(new ::std::stringstream) {
216 const internal::scoped_ptr< ::std::stringstream> ss_;
  /sdk/emulator/opengl/host/tools/emugen/
strUtils.h 27 std::stringstream ss;
  /external/chromium_org/native_client_sdk/src/examples/tutorial/testing/
testing.cc 37 std::stringstream msg;
45 std::stringstream msg;
54 std::stringstream msg;
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
main.cc 31 std::stringstream msg;
39 std::stringstream msg;
48 std::stringstream msg;
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
main.cc 32 std::stringstream msg;
40 std::stringstream msg;
49 std::stringstream msg;
  /external/chromium_org/native_client_sdk/src/tests/sdk_util_test/
main.cc 31 std::stringstream msg;
39 std::stringstream msg;
48 std::stringstream msg;
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
ctor.pass.cpp 51 std::stringstream s;
58 std::stringstream s;
65 std::stringstream s;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
ctor.pass.cpp 51 std::stringstream s;
58 std::stringstream s;
65 std::stringstream s;
  /external/stlport/test/unit/
sstream_test.cpp 145 stringstream s;
175 stringstream s( "9" );
189 stringstream s( "9" );
203 stringstream s;
289 stringstream ss;
315 stringstream ss;
388 stringstream s( "0123456789" );
390 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(0) );
392 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(6) );
394 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(3) )
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 145 stringstream s;
175 stringstream s( "9" );
189 stringstream s( "9" );
203 stringstream s;
289 stringstream ss;
315 stringstream ss;
388 stringstream s( "0123456789" );
390 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(0) );
392 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(6) );
394 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(3) )
    [all...]
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 145 stringstream s;
175 stringstream s( "9" );
189 stringstream s( "9" );
203 stringstream s;
289 stringstream ss;
315 stringstream ss;
388 stringstream s( "0123456789" );
390 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(0) );
392 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(6) );
394 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(3) )
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest-message.h 64 // It will remember the text in a stringstream.
80 // Note that stringstream behaves differently in gcc and in MSVC. You
96 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
101 explicit Message(const char* str) : ss_(new ::std::stringstream) {
224 const internal::scoped_ptr< ::std::stringstream> ss_;
  /external/gtest/include/gtest/
gtest-message.h 64 // It will remember the text in a stringstream.
80 // Note that stringstream behaves differently in gcc and in MSVC. You
96 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
101 explicit Message(const char* str) : ss_(new ::std::stringstream) {
224 const internal::scoped_ptr< ::std::stringstream> ss_;
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-message.h 64 // It will remember the text in a stringstream.
80 // Note that stringstream behaves differently in gcc and in MSVC. You
96 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
101 explicit Message(const char* str) : ss_(new ::std::stringstream) {
224 const internal::scoped_ptr< ::std::stringstream> ss_;
  /external/chromium_org/base/debug/
stack_trace.cc 35 std::stringstream stream;
  /external/libcxx/test/input.output/iostream.format/quoted.manip/
quoted.pass.cpp 34 std::stringstream ss;
41 std::stringstream ss;
51 std::stringstream ss;
62 std::stringstream ss;
70 std::stringstream ss;
80 std::stringstream ss;
88 std::stringstream ss;
97 std::stringstream ss;
103 std::stringstream ss;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/quoted.manip/
quoted.pass.cpp 34 std::stringstream ss;
41 std::stringstream ss;
51 std::stringstream ss;
62 std::stringstream ss;
70 std::stringstream ss;
80 std::stringstream ss;
88 std::stringstream ss;
97 std::stringstream ss;
103 std::stringstream ss;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
default_logger.h 30 using std::stringstream;
47 stringstream stream;
  /external/chromium_org/ash/ime/
input_method_menu_item.cc 45 std::stringstream stream;
  /external/chromium_org/components/feedback/
feedback_uploader_delegate.cc 37 std::stringstream error_stream;
  /external/chromium_org/gin/
try_catch.cc 28 std::stringstream ss;
  /external/chromium_org/media/formats/common/
stream_parser_test_base.h 66 std::stringstream results_stream_;
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-string.h 160 // Gets the content of the stringstream's buffer as an std::string. Each '\0'
162 GTEST_API_ std::string StringStreamToString(::std::stringstream* stream);
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
yuvframescapturer.h 29 std::stringstream id;
  /external/gtest/include/gtest/internal/
gtest-string.h 160 // Gets the content of the stringstream's buffer as an std::string. Each '\0'
162 GTEST_API_ std::string StringStreamToString(::std::stringstream* stream);

Completed in 1203 milliseconds

12 3 4 5 6 7 8 91011>>