Searched defs:ostr (Results 1 – 2 of 2) sorted by relevance
47 std::ostream& operator<<(std::ostream& ostr, const Position& pos) { in operator <<()94 std::ostream& operator<<(std::ostream& ostr, const Location& loc) { in operator <<()
118 void usage(std::ostream& ostr, const std::string& program_name) { in usage()