Searched refs:cout (Results 1 – 12 of 12) sorted by relevance
7 std::cout << "Hello "; in main()8 std::cout << 1.0; in main()9 std::cout << now; in main()10 std::cout << " World" << std::endl; in main()
38 # define cout _STLP_cout macro71 _STLP_DECLSPEC ostream cout(0); variable101 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cout;106 _Stl_aligned_buffer<ostream> cout;225 ostream* ptr_cout = new(&cout) ostream(cout_buf.get()); cout_buf.release(); in _S_initialize()251 ostream* ptr_cout = &cout; in _S_uninitialize()341 delete (&cout)->rdbuf(cout_buf.release()); in sync_with_stdio()
8 #if !defined(cout)9 using _STLP_OLD_IO_NAMESPACE::cout;
52 # define cout _STLP_cout61 // program; the same applies to cout and wcout, and cerr/clog and67 extern _STLP_DECLSPEC ofstream cout;71 extern _STLP_DECLSPEC ostream cout;
37 using _STLP_STD::cout;
216 if (collection.size() == h.size()) cout << " OK" << endl; in check_keys()219 cout << " FAILED: " << endl; in check_keys()225 cout << endl << "Key : " << mIter->first << endl; in check_keys()229 cout << " data in hash: "; in check_keys()236 cout << endl << " data in map: "; in check_keys()239 cout << mIter->second << ", " ; // print all data for that key in Map in check_keys()
85 CPPUNIT_CHECK( cout.rdbuf()->in_avail() == -1 ); in in_avail()
20 std::cout << "Hello Stlport!" << std::endl; in main()
5 using _STLP_VENDOR_STD::cout;
457 cout << "Hello World!" << endl;