Searched defs:a_x (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/testing/test/ |
D | gmock_stress_test.cc | 70 explicit Base(int a_x) : x_(a_x) {} in Base() 79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {} in Derived1() 87 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {} in Derived2()
|
/external/googletest/googlemock/test/ |
D | gmock_stress_test.cc | 70 explicit Base(int a_x) : x_(a_x) {} in Base() 79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {} in Derived1() 87 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {} in Derived2()
|
/external/v8/testing/gmock/test/ |
D | gmock_stress_test.cc | 70 explicit Base(int a_x) : x_(a_x) {} in Base() 79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {} in Derived1() 87 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {} in Derived2()
|
/external/eigen/Eigen/src/Core/ |
D | MathFunctionsImpl.h | 26 T generic_fast_tanh_float(const T& a_x) in generic_fast_tanh_float()
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | nested_struct11.c | 14 float a_x; member
|