Searched refs:GetX (Results 1 – 5 of 5) sorted by relevance
/third_party/googletest/docs/ |
D | gmock_for_dummies.md | 113 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/ |
D | Vec3.php | 28 public function GetX() function in MyGame\\Example\\Vec3
|
/third_party/cef/libcef/browser/osr/ |
D | motion_event_osr.cc | 76 (touch.x == GetX(index) && touch.y == GetY(index))) { in OnTouch()
|
/third_party/flatbuffers/tests/ |
D | phpTest.php | 108 $assert->strictEqual($pos->GetX(), 1.0);
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 56069 + virtual int32_t GetX() const = 0; 64815 +int32_t NWebTouchHandleStateImpl::GetX() const { 64882 + int32_t GetX() const override;
|