Home
last modified time | relevance | path

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

/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h274 InternalRunDeathTestFlag(const std::string& a_file, int a_line, int an_index, in InternalRunDeathTestFlag() argument
276 : file_(a_file), line_(a_line), index_(an_index), write_fd_(a_write_fd) {} in InternalRunDeathTestFlag()
H A Dgtest-internal.h492 CodeLocation(const std::string& a_file, int a_line) in CodeLocation()
493 : file(a_file), line(a_line) {} in CodeLocation()
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h269 int a_line, in InternalRunDeathTestFlag()
272 : file_(a_file), line_(a_line), index_(an_index), in InternalRunDeathTestFlag()
268 InternalRunDeathTestFlag(const std::string& a_file, int a_line, int an_index, int a_write_fd) InternalRunDeathTestFlag() argument
H A Dgtest-internal.h481 CodeLocation(const std::string& a_file, int a_line) in CodeLocation()
482 : file(a_file), line(a_line) {} in CodeLocation()
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h274 InternalRunDeathTestFlag(const std::string& a_file, int a_line, int an_index, in InternalRunDeathTestFlag() argument
276 : file_(a_file), line_(a_line), index_(an_index), write_fd_(a_write_fd) {} in InternalRunDeathTestFlag()
H A Dgtest-internal.h477 CodeLocation(const std::string& a_file, int a_line) in CodeLocation()
478 : file(a_file), line(a_line) {} in CodeLocation()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h239 UntypedOnCallSpecBase(const char* a_file, int a_line) in UntypedOnCallSpecBase() argument
240 : file_(a_file), line_(a_line), last_clause_(kNone) {} in UntypedOnCallSpecBase()
285 OnCallSpec(const char* a_file, int a_line, in OnCallSpec() argument
287 : UntypedOnCallSpecBase(a_file, a_line), in OnCallSpec()
884 TypedExpectation(FunctionMocker<F>* owner, const char* a_file, int a_line,
887 : ExpectationBase(a_file, a_line, a_source_text),
/third_party/googletest/googlemock/src/
H A Dgmock-spec-builders.cc85 ExpectationBase::ExpectationBase(const char* a_file, int a_line, in ExpectationBase() argument
88 line_(a_line), in ExpectationBase()

Completed in 14 milliseconds