Searched refs:code_location (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h85 CodeLocation code_location);
510 const char* name, CodeLocation code_location)
511 : test_case_name_(name), code_location_(code_location) {}
683 CodeLocation code_location) {
692 ReportInvalidTestCaseType(test_case_name, code_location);
706 test_case_name, code_location);
509 ParameterizedTestCaseInfo( const char* name, CodeLocation code_location) argument
681 GetTestCasePatternHolder( const char* test_case_name, CodeLocation code_location) argument
H A Dgtest-internal.h522 // code_location: code location where the test is defined
534 CodeLocation code_location,
630 CodeLocation code_location,
645 code_location,
653 ::Register(prefix, code_location, case_name, test_names, index + 1);
675 static bool Register(const char* prefix, CodeLocation code_location, argument
683 FormatFileLocation(code_location.file.c_str(),
684 code_location.line).c_str());
698 ::Register(prefix, code_location, state,
629 Register(const char* prefix, CodeLocation code_location, const char* case_name, const char* test_names, int index) argument
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2536 // code_location: code location where the test is defined
2548 CodeLocation code_location,
2555 code_location, fixture_class_id, factory);
2562 CodeLocation code_location) {
2575 FormatFileLocation(code_location.file.c_str(),
2576 code_location.line).c_str(),
2543 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, CodeLocation code_location, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
2561 ReportInvalidTestCaseType(const char* test_case_name, CodeLocation code_location) argument
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h720 internal::CodeLocation code_location,

Completed in 42 milliseconds