Searched defs:CodeLocation (Results 1 – 7 of 7) sorted by relevance
112 struct CodeLocation { struct113 CodeLocation(const std::string& f, int l) : file(f), line(l) { in CodeLocation() function129 std::map<std::string, CodeLocation> test_locations_; argument
492 struct CodeLocation { struct493 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() argument496 std::string file;497 int line;
490 struct CodeLocation { struct491 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() function494 std::string file;495 int line;
493 struct CodeLocation { struct494 CodeLocation(const std::string &a_file, int a_line) in CodeLocation() argument497 std::string file;498 int line;
480 struct CodeLocation { struct481 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() argument484 std::string file;485 int line;
153 message CodeLocation { message