Home | History | Annotate | Download | only in grxmlcompile

Lines Matching full:cout

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