OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetX
(Results
1 - 9
of
9
) sorted by null
/external/clang/test/SemaCXX/
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}}
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}}
ms-property.cpp
22
__declspec(property(get=
GetX
,put=PutX)) int x[];
23
int
GetX
(int i, int j) { return i+j; }
30
__declspec(property(get=
GetX
,put=PutX)) T x[];
31
T
GetX
(T i, T j) { return i+j; }
/external/clang/test/CodeGenCXX/
ms-property.cpp
23
__declspec(property(get=
GetX
,put=PutX)) int x[];
24
int
GetX
(int i, int j) { return i+j; }
31
__declspec(property(get=
GetX
,put=PutX)) T x[];
32
T
GetX
(T i, T j) { return i+j; }
33
T
GetX
() { return 0; }
56
// CHECK: call i32 @"\01?
GetX
@S@@QEAAHHH@Z"(%class.S* %{{.+}}, i32 223, i32 11)
61
// CHECK: call float @"\01?
GetX
@?$St@M@@QEAAMMM@Z"(%class.St* %{{.+}}, float 2.230000e+02, float 1.100000e+01)
70
// CHECK-NEXT: [[GET:%.+]] = call float @"\01?
GetX
@?$St@M@@QEAAMMM@Z"(%class.St* %{{.+}}, float [[CONV]], float 1.000000e+00)
80
// CHECK: [[P1_X_22_33:%.+]] = call i32 @"\01?
GetX
@S@@QEAAHHH@Z"(%class.S* [[P1]], i32 22, i32 33)
90
// CHECK: [[P1_X_ARGC_0:%.+]] = call i32 @"\01?
GetX
@S@@QEAAHHH@Z"(%class.S* [[P1]], i32 [[ARGC]], i32 0
[
all
...]
/external/flatbuffers/tests/MyGame/Example/
Vec3.php
28
public function
GetX
()
/art/runtime/
subtype_check_test.cc
164
size_t
GetX
() const {
824
if (kls->
GetX
() >= MaxWidthCutOff(kls->Depth())) {
[
all
...]
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
load.go
414
return appengine.GeoPoint{Lat: v.Pointvalue.
GetX
(), Lng: v.Pointvalue.GetY()}, nil
/external/flatbuffers/tests/
phpTest.php
108
$assert->strictEqual($pos->
GetX
(), 1.0);
/external/golang-protobuf/proto/test_proto/
test.pb.go
[
all
...]
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
datastore_v3.pb.go
615
func (m *PropertyValue_PointValue)
GetX
() float64 {
[
all
...]
Completed in 1691 milliseconds