Home
last modified time | relevance | path

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

/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/googletest/googletest/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/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/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/v4l2_codec2/vda/
Drect.h33 void set_x(int x) { x_ = x; } in set_x() function
54 set_x(x); in SetRect()
/external/libmojo/mojo/public/cpp/bindings/tests/
Drect_chromium_traits.h24 out->set_x(r.x());
Drect_chromium.h39 void set_x(int x) { x_ = x; } in set_x() function
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h374 void set_x(float new_x) { x_ = new_x; } in set_x() function