Lines Matching defs:CodeLocation
476 struct CodeLocation {
477 CodeLocation(std::string a_file, int a_line)
568 const char* value_param, CodeLocation code_location,
598 registered_tests_.emplace(test_name, CodeLocation(file, line));
606 const CodeLocation& GetCodeLocation(const std::string& test_name) const {
620 typedef ::std::map<std::string, CodeLocation, std::less<>> RegisteredTestsMap;
702 static bool Register(const char* prefix, CodeLocation code_location,
736 static bool Register(const char* /*prefix*/, CodeLocation,
746 CodeLocation code_location);
757 static bool Register(const char* prefix, CodeLocation code_location,
773 const CodeLocation& test_location = state->GetCodeLocation(test_name);
795 static bool Register(const char* /*prefix*/, const CodeLocation&,
1512 ::testing::internal::CodeLocation(__FILE__, __LINE__), (parent_id), \