Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dms-property.cpp23 __declspec(property(get=GetX,put=PutX)) int x[];
24 int GetX(int i, int j) { return i+j; } in GetX() function in S
31 __declspec(property(get=GetX,put=PutX)) T x[];
32 T GetX(T i, T j) { return i+j; } in GetX() function in St
33 T GetX() { return 0; } in GetX() function in St
/external/clang/test/SemaCXX/
Dms-property-error.cpp5 __declspec(property(get=GetX,put=PutX)) int x[];
6 int GetX(int i, int j) { return i+j; } // expected-note {{'GetX' declared here}} in GetX() function in S
14 __declspec(property(get=GetX,put=PutX)) T x[];
15 T GetX(T i, T j) { return i+j; } // expected-note 3 {{'GetX' declared here}} in GetX() function in St
Dms-property.cpp22 __declspec(property(get=GetX,put=PutX)) int x[];
23 int GetX(int i, int j) { return i+j; } in GetX() function in S
30 __declspec(property(get=GetX,put=PutX)) T x[];
31 T GetX(T i, T j) { return i+j; } in GetX() function in St
/external/googletest/googlemock/docs/
DForDummies.md61 virtual int GetX() const = 0;
68 …control its movement using `Forward()`, `Turn()`, and `GoTo()`. Finally, `GetX()` and `GetY()` tel…
96 MOCK_CONST_METHOD0(GetX, int());
222 EXPECT_CALL(turtle, GetX())
229 says that the `turtle` object's `GetX()` method will be called five times, it will return 100 the f…
287 EXPECT_CALL(turtle, GetX())
293 This says that `turtle.GetX()` will be called _exactly three times_ (Google Mock inferred this from…
314 EXPECT_CALL(turtle, GetX())
401 EXPECT_CALL(turtle, GetX())
406GetX()` will be called `n` times and will return 10, 20, 30, ..., consecutively, think twice! The …
[all …]
/external/flatbuffers/tests/MyGame/Example/
DVec3.php28 public function GetX() function in MyGame\\Example\\Vec3
/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.php108 $assert->strictEqual($pos->GetX(), 1.0);
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2887 func (m *GroupOld_G) GetX() int32 { func
2966 func (m *GroupNew_G) GetX() int32 { func
3455 func (m *Oneof_F_Group) GetX() int32 { func
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go615 func (m *PropertyValue_PointValue) GetX() float64 { func