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

/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h266 InternalRunDeathTestFlag(const std::string& a_file, argument
270 : file_(a_file), line_(a_line), index_(an_index),
H A Dgtest-internal.h481 CodeLocation(const std::string& a_file, int a_line) argument
482 : file(a_file), line(a_line) {}
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h257 UntypedOnCallSpecBase(const char* a_file, int a_line) argument
258 : file_(a_file), line_(a_line), last_clause_(kNone) {}
303 OnCallSpec(const char* a_file, int a_line, argument
305 : UntypedOnCallSpecBase(a_file, a_line),
896 TypedExpectation(FunctionMocker<F>* owner, const char* a_file, int a_line,
899 : ExpectationBase(a_file, a_line, a_source_text),
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc78 ExpectationBase::ExpectationBase(const char* a_file, int a_line, argument
80 : file_(a_file),

Completed in 212 milliseconds