Home
last modified time | relevance | path

Searched refs:GetX (Results 1 – 5 of 5) sorted by relevance

/third_party/googletest/docs/
Dgmock_for_dummies.md113 virtual int GetX() const = 0;
125 `GoTo()`. Finally, `GetX()` and `GetY()` tell you the current position of the
177 MOCK_METHOD(int, GetX, (), (const, override));
327 EXPECT_CALL(turtle, GetX())
334 says that the `turtle` object's `GetX()` method will be called five times, it
452 EXPECT_CALL(turtle, GetX())
458 says that `turtle.GetX()` will be called *exactly three times* (gMock inferred
494 EXPECT_CALL(turtle, GetX())
642 EXPECT_CALL(turtle, GetX())
647 If you think it says that `turtle.GetX()` will be called `n` times and will
[all …]
/third_party/flatbuffers/tests/MyGame/Example/
DVec3.php28 public function GetX() function in MyGame\\Example\\Vec3
/third_party/cef/libcef/browser/osr/
Dmotion_event_osr.cc76 (touch.x == GetX(index) && touch.y == GetY(index))) { in OnTouch()
/third_party/flatbuffers/tests/
DphpTest.php108 $assert->strictEqual($pos->GetX(), 1.0);
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch56069 + virtual int32_t GetX() const = 0;
64815 +int32_t NWebTouchHandleStateImpl::GetX() const {
64882 + int32_t GetX() const override;