Searched refs:cout (Results 1 – 17 of 17) 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()
10 std::cout << "call throw_an_exception()" << std::endl; in main()15 std::cout << "my_exception caught!" << std::endl; in main()17 std::cout << "ERROR: exception caught!" << std::endl; in main()21 std::cout << "finished" << std::endl; in main()
14 std::cout << "yep! i am in constructor" << std::endl; in my_exception()19 std::cout << "yep! i am in desctuctor" << std::endl; in ~my_exception()
8 std::cout << "throw_an_exception()" << std::endl; in throw_an_exception()
53 …cout << "************************************************ vector value " << value->signon_realm.c_… in main()55 cout<<"******************************************** set size "<< set1.size() << std::endl; in main()58 cout << "************************************************ set value " << value << std::endl; in main()59 …cout << "************************************************ set value " << value->signon_realm.c_str… in main()
53 …cout << "************************************************ vector value " << value->signon_realm <<… in main()55 cout<<"******************************************** set size "<< set1.size() << std::endl; in main()58 cout << "************************************************ set value " << value << std::endl; in main()59 …cout << "************************************************ set value " << value->signon_realm << st… 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;
498 cout << "Hello World!" << endl;