Home
last modified time | relevance | path

Searched defs:NameAndLocation (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_test_case_tracker.h21 struct NameAndLocation { struct
25 NameAndLocation( std::string const& _name, SourceLineInfo const& _location ); argument
Dcatch_test_case_tracker.cpp26 NameAndLocation::NameAndLocation( std::string const& _name, SourceLineInfo const& _location ) in NameAndLocation() function in Catch::TestCaseTracking::NameAndLocation
/external/catch2/single_include/catch2/
Dcatch.hpp5792 struct NameAndLocation { struct
5793 std::string name;
5794 SourceLineInfo location;
11914 NameAndLocation::NameAndLocation( std::string const& _name, SourceLineInfo const& _location ) in NameAndLocation() function in Catch::TestCaseTracking::NameAndLocation