Home
last modified time | relevance | path

Searched refs:GetY (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CodeGenCXX/
Dms-property.cpp35 __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/
DVec3.php36 public function GetY() function in MyGame\\Example\\Vec3
/external/googletest/googlemock/docs/
DForDummies.md62 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())
331GetY()` 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/
Dload.go414 return appengine.GeoPoint{Lat: v.Pointvalue.GetX(), Lng: v.Pointvalue.GetY()}, nil
/external/flatbuffers/tests/
DphpTest.php109 $assert->strictEqual($pos->GetY(), 2.0);
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go622 func (m *PropertyValue_PointValue) GetY() float64 { func
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2973 func (m *GroupNew_G) GetY() int32 { func