Home
last modified time | relevance | path

Searched refs:set_x (Results 1 – 9 of 9) sorted by relevance

/external/gtest/test/
Dgtest_prod_test.cc43 a.set_x(1); in TEST()
55 a.set_x(2); in TEST_F()
Dproduction.h51 void set_x(int an_x) { x_ = an_x; } in set_x() function
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_prod_test.cc43 a.set_x(1); in TEST()
55 a.set_x(2); in TEST_F()
Dproduction.h51 void set_x(int an_x) { x_ = an_x; } in set_x() function
/external/protobuf/gtest/test/
Dgtest_prod_test.cc43 a.set_x(1); in TEST()
55 a.set_x(2); in TEST_F()
Dproduction.h51 void set_x(int an_x) { x_ = an_x; } in set_x() function
/external/google-breakpad/src/testing/gtest/test/
Dgtest_prod_test.cc43 a.set_x(1); in TEST()
55 a.set_x(2); in TEST_F()
Dproduction.h51 void set_x(int an_x) { x_ = an_x; } in set_x() function
/external/v8/test/cctest/
Dtest-api.cc7554 void set_x(int x) { x_ = x; } in set_x() function in Trivial
7566 void set_x(int x) { x_ = x; } in set_x() function in Trivial2
7585 t1->set_x(1729); in CheckInternalFields()
7586 t2->set_x(33550336); in CheckInternalFields()