Home
last modified time | relevance | path

Searched refs:a_line (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-death-test-internal.h269 int a_line, in InternalRunDeathTestFlag() argument
272 : file_(a_file), line_(a_line), index_(an_index), in InternalRunDeathTestFlag()
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/googletest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h269 int a_line, in InternalRunDeathTestFlag() argument
272 : file_(a_file), line_(a_line), index_(an_index), in InternalRunDeathTestFlag()
Dgtest-internal.h493 CodeLocation(const std::string& a_file, int a_line) in CodeLocation()
494 : file(a_file), line(a_line) {} in CodeLocation()
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h263 UntypedOnCallSpecBase(const char* a_file, int a_line) in UntypedOnCallSpecBase() argument
264 : file_(a_file), line_(a_line), last_clause_(kNone) {} in UntypedOnCallSpecBase()
309 OnCallSpec(const char* a_file, int a_line, in OnCallSpec() argument
311 : UntypedOnCallSpecBase(a_file, a_line), in OnCallSpec()
901 TypedExpectation(FunctionMocker<F>* owner, const char* a_file, int a_line, in TypedExpectation() argument
904 : ExpectationBase(a_file, a_line, a_source_text), in TypedExpectation()
/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc82 ExpectationBase::ExpectationBase(const char* a_file, int a_line, in ExpectationBase() argument
85 line_(a_line), in ExpectationBase()
/third_party/cef/tools/distrib/gtest/
Dgtest.h3876 CodeLocation(const std::string& a_file, int a_line)
3877 : file(a_file), line(a_line) {}
7243 int a_line,
7246 : file_(a_file), line_(a_line), index_(an_index),