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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h237 int a_line,
240 : file_(a_file), line_(a_line), index_(an_index),
236 InternalRunDeathTestFlag(const std::string& a_file, int a_line, int an_index, int a_write_fd) argument
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.cc69 int a_line,
72 line_(a_line),
68 ExpectationBase(const char* a_file, int a_line, const string& a_source_text) argument

Completed in 18 milliseconds