Home
last modified time | relevance | path

Searched refs:an_index (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/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-param-util.h63 TestParamInfo(const ParamType& a_param, size_t an_index) in TestParamInfo()
64 : param(a_param), index(an_index) {} in TestParamInfo()