HomeSort by relevance Sort by last modified time
    Searched defs:GetY (Results 1 - 2 of 2) sorted by null

  /external/flatbuffers/tests/MyGame/Example/
Vec3.php 36 public function GetY()
  /external/clang/test/CodeGenCXX/
ms-property.cpp 35 __declspec(property(get=GetY,put=PutY)) T y[];
36 char GetY(char i, Test1 j) { return i+j.get_x(); }
92 // CHECK: [[P2_Y_p1_X_ARGC_0_T:%.+]] = call i8 @"\01?GetY@?$St@M@@QEAADDVTest1@@@Z"(%class.St* [[P2_2]], i8 [[CAST]], %class.Test1* %{{.+}})
111 // CHECK: call i8 @"\01?GetY@?$St@H@@QEAADDVTest1@@@Z"(%class.St{{.+}}* [[BAR]], i8 %{{.+}}, %class.Test1* %{{.+}})

Completed in 204 milliseconds