Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/googletest/googletest/test/
HDproduction.h51 void set_x(int an_x) { x_ = an_x; } in set_x() argument
HDgtest_unittest.cc5126 explicit Base(int an_x) : x_(an_x) {} in Base() argument
5152 explicit MyTypeInUnnamedNameSpace(int an_x) : Base(an_x) {} in MyTypeInUnnamedNameSpace() argument
5177 explicit MyTypeInNameSpace1(int an_x) : Base(an_x) {} in MyTypeInNameSpace1() argument
5200 explicit MyTypeInNameSpace2(int an_x) : Base(an_x) {} in MyTypeInNameSpace2() argument