• Home
  • Raw
  • Download

Lines Matching refs:cout

49     std::cout << "Index 1 has value= " << value <<std::endl;  in test1()
51 std::cout << "value " << value << " has index " << i <<std::endl; in test1()
54 std::cout << "index " << i << " has numeric index " << j <<std::endl; in test1()
56 std::cout << "value " << value << " has numeric index " << j <<std::endl; in test1()
76 std::cout << "Index 1 has value= " << value <<std::endl; in test2()
78 std::cout << "value " << value << " has index " << i <<std::endl; in test2()
81 std::cout << "index " << i << " has numeric index " << j <<std::endl; in test2()
83 std::cout << "value " << value << " has numeric index " << j <<std::endl; in test2()
87 std::cout << "First iterator values are " << i <<", " << value <<std::endl; in test2()
89 std::cout << "Iterator values are " << i <<", " << value <<std::endl; in test2()
92 std::cout << "No first index - map is empty" <<std::endl; in test2()
96 std::cout << "First iterator values are " << i <<", " << value <<std::endl; in test2()
98 std::cout << "Iterator values are " << i <<", " << value <<std::endl; in test2()
101 std::cout << "No next index - map is empty" <<std::endl; in test2()
158 cout << "'" << s << "' has index of " << i <<endl; in findi()
161 cout << "'" << s << "' not found!" << endl; in findi()
169 cout << "'" << i << "' has value of " << s <<endl; in finds()
172 cout << "'" << i << "' not found!" << endl; in finds()
181 cout << "Inserted: " << i << "," << s <<endl; in insert()
185 cout << "Failed to insert '" << i << "," << s <<"'" << endl; in insert()
194 cout << "Removed: " << i << endl; in remove()
198 cout << "Failed to remove '" << i << "'" << endl; in remove()