Searched defs:set_x (Results 1 - 14 of 14) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
H A Dproduction.h51 void set_x(int an_x) { x_ = an_x; } function in class:PrivateCode
/external/googletest/googletest/test/
H A Dproduction.h51 void set_x(int an_x) { x_ = an_x; } function in class:PrivateCode
/external/protobuf/gtest/test/
H A Dproduction.h51 void set_x(int an_x) { x_ = an_x; } function in class:PrivateCode
/external/v8/testing/gtest/test/
H A Dproduction.h51 void set_x(int an_x) { x_ = an_x; } function in class:PrivateCode
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dproduction.h51 void set_x(int an_x) { x_ = an_x; } function in class:PrivateCode
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Drect_chromium.h39 void set_x(int x) { x_ = x; } function in class:mojo::test::RectChromium
/external/libmojo/ui/gfx/geometry/
H A Dvector2d.h29 void set_x(int x) { x_ = x; } function in class:gfx::Vector2d
H A Dvector2d_f.h26 void set_x(float x) { x_ = x; } function in class:gfx::Vector2dF
H A Dpoint.h50 void set_x(int x) { x_ = x; } function in class:gfx::Point
H A Dpoint_f.h29 void set_x(float x) { x_ = x; } function in class:gfx::PointF
H A Drect.h64 void set_x(int x) { function in class:gfx::Rect
65 origin_.set_x(x);
H A Drect_f.h49 void set_x(float x) { origin_.set_x(x); } function in class:gfx::RectF
/external/v4l2_codec2/vda/
H A Drect.h35 void set_x(int x) { x_ = x; } function in class:media::Rect
56 set_x(x);
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.h374 void set_x(float new_x) { x_ = new_x; } function in class:mkvmuxer::PrimaryChromaticity

Completed in 519 milliseconds