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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h236 InternalRunDeathTestFlag(const std::string& a_file, argument
240 : file_(a_file), line_(a_line), index_(an_index),
H A Dgtest-internal.h505 CodeLocation(const string& a_file, int a_line) : file(a_file), line(a_line) {} argument
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h248 UntypedOnCallSpecBase(const char* a_file, int a_line) argument
249 : file_(a_file), line_(a_line), last_clause_(kNone) {}
292 OnCallSpec(const char* a_file, int a_line, argument
294 : UntypedOnCallSpecBase(a_file, a_line),
884 const char* a_file, int a_line, const string& a_source_text,
886 : ExpectationBase(a_file, a_line, a_source_text),
/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc68 ExpectationBase::ExpectationBase(const char* a_file, argument
71 : file_(a_file),

Completed in 19 milliseconds