Searched refs:GetY (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | ms-property.cpp | 35 __declspec(property(get=GetY,put=PutY)) T y[]; 36 char GetY(char i, Test1 j) { return i+j.get_x(); } in GetY() function in St
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Vec3.php | 36 public function GetY() function in MyGame\\Example\\Vec3
|
/external/googletest/googlemock/docs/ |
D | ForDummies.md | 62 virtual int GetY() const = 0; 68 …ovement using `Forward()`, `Turn()`, and `GoTo()`. Finally, `GetX()` and `GetY()` tell you the cur… 97 MOCK_CONST_METHOD0(GetY, int()); 298 EXPECT_CALL(turtle, GetY()) 304 says that `turtle.GetY()` will be called _at least twice_ (Google Mock knows this as we've written … 326 EXPECT_CALL(turtle, GetY()) 331 …GetY()` is expected to be called four times. But if you think it will return 100 every time, think… 440 …. For example, in some tests we may not care about how many times `GetX()` and `GetY()` get called.
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
D | load.go | 414 return appengine.GeoPoint{Lat: v.Pointvalue.GetX(), Lng: v.Pointvalue.GetY()}, nil
|
/external/flatbuffers/tests/ |
D | phpTest.php | 109 $assert->strictEqual($pos->GetY(), 2.0);
|
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
D | datastore_v3.pb.go | 622 func (m *PropertyValue_PointValue) GetY() float64 { func
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 2973 func (m *GroupNew_G) GetY() int32 { func
|