HomeSort by relevance Sort by last modified time
    Searched refs:stringstream (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/astl/src/
sstream.cpp 67 // stringstream
69 stringstream::stringstream(std::ios_base::openmode mode) function in class:std::stringstream
74 stringstream::stringstream(const string& str, function in class:std::stringstream
80 stringstream::~stringstream() {}
82 ostream& stringstream::put(char c) {
  /external/chromium/testing/gmock/test/
gmock-cardinalities_test.cc 42 using std::stringstream;
92 stringstream ss0;
96 stringstream ss1;
100 stringstream ss2;
104 stringstream ss3;
121 stringstream ss;
149 stringstream ss;
166 stringstream ss1;
171 stringstream ss2;
176 stringstream ss3
    [all...]
  /external/astl/include/
sstream 42 // Then declare stringstream which implement a stream using basic_stringbuf.
94 class stringstream : public ostream {
96 explicit stringstream(ios_base::openmode mode =
99 explicit stringstream(const string& str,
102 virtual ~stringstream();
114 // In a regular STL stringstream inherits from ostringstream and
115 // istringstream. Since we use stringstream everywhere we just declare
117 typedef stringstream ostringstream;
  /external/chromium/chrome/browser/sync/notifier/
invalidation_util.cc 36 std::stringstream ss;
54 std::stringstream ss;
64 std::stringstream ss;
74 std::stringstream ss;
86 std::stringstream ss;
  /external/chromium/testing/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_;
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannel.cc 36 std::stringstream ss;
  /external/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_;
  /external/llvm/utils/unittest/googletest/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/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...]
ioiter_test.cpp 86 stringstream s( "1234567890" );
99 stringstream s( "1234567890" );
num_put_get_test.cpp 82 stringstream str;
93 stringstream str;
104 stringstream str;
115 stringstream str;
126 stringstream str;
137 stringstream str;
149 stringstream str;
172 stringstream str;
195 stringstream str;
219 stringstream str
    [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...]
ioiter_test.cpp 86 stringstream s( "1234567890" );
99 stringstream s( "1234567890" );
num_put_get_test.cpp 82 stringstream str;
93 stringstream str;
104 stringstream str;
115 stringstream str;
126 stringstream str;
137 stringstream str;
149 stringstream str;
172 stringstream str;
195 stringstream str;
219 stringstream str
    [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...]
ioiter_test.cpp 86 stringstream s( "1234567890" );
99 stringstream s( "1234567890" );
num_put_get_test.cpp 82 stringstream str;
93 stringstream str;
104 stringstream str;
115 stringstream str;
126 stringstream str;
137 stringstream str;
149 stringstream str;
172 stringstream str;
195 stringstream str;
219 stringstream str
    [all...]
  /external/llvm/lib/Support/
Disassembler.cpp 45 std::stringstream res;
  /external/astl/tests/
test_sstream.cpp 41 using std::stringstream;
103 stringstream ss;
  /external/chromium/testing/gmock/src/
gmock-cardinalities.cc 55 std::stringstream ss;
100 std::stringstream ss;
  /external/webrtc/src/system_wrappers/interface/
data_log_impl.h 54 std::stringstream ss;
72 std::stringstream ss;
  /external/srec/tools/grxmlcompile/
netw_dump.cpp 80 std::stringstream ss;
127 std::stringstream ss;
141 std::stringstream ss;
165 std::stringstream ss;
214 std::stringstream ss;
226 std::stringstream ss;
246 std::stringstream ss;
288 std::stringstream ss;
300 std::stringstream ss;
323 std::stringstream ss
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection_base.cpp 123 void RSReflectionBase::write(const std::stringstream &t) {
152 stringstream tmp;
slang_rs_reflection_base.h 64 void write(const std::stringstream &t);

Completed in 2012 milliseconds

1 2 3 4 5