Home
last modified time | relevance | path

Searched defs:GetX (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CodeGenCXX/
Dms-property.cpp24 int GetX(int i, int j) { return i+j; } in GetX() function in S
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.cpp6 int GetX(int i, int j) { return i+j; } // expected-note {{'GetX' declared here}} in GetX() function in S
15 T GetX(T i, T j) { return i+j; } // expected-note 3 {{'GetX' declared here}} in GetX() function in St
Dms-property.cpp23 int GetX(int i, int j) { return i+j; } in GetX() function in S
31 T GetX(T i, T j) { return i+j; } in GetX() function in St
/external/flatbuffers/tests/MyGame/Example/
DVec3.php28 public function GetX() function in MyGame\\Example\\Vec3
/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