Searched refs:an_index (Results 1 – 2 of 2) sorted by relevance
273 InternalRunDeathTestFlag(const std::string& a_file, int a_line, int an_index, in InternalRunDeathTestFlag() argument275 : file_(a_file), line_(a_line), index_(an_index), write_fd_(a_write_fd) {} in InternalRunDeathTestFlag()
64 TestParamInfo(const ParamType& a_param, size_t an_index) in TestParamInfo()65 : param(a_param), index(an_index) {} in TestParamInfo()