Searched refs:GetX (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | ms-property.cpp | 23 __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/ |
D | ms-property-error.cpp | 5 __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
|
D | ms-property.cpp | 22 __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/ |
D | ForDummies.md | 61 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()) 406 …GetX()` will be called `n` times and will return 10, 20, 30, ..., consecutively, think twice! The … [all …]
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Vec3.php | 28 public function GetX() function in MyGame\\Example\\Vec3
|
/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 | 108 $assert->strictEqual($pos->GetX(), 1.0);
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 2887 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/ |
D | datastore_v3.pb.go | 615 func (m *PropertyValue_PointValue) GetX() float64 { func
|