HomeSort by relevance Sort by last modified time
    Searched refs:get_x (Results 1 - 5 of 5) sorted by null

  /external/clang/test/SemaCXX/
ms-property.cpp 15 __declspec(property(get = get_x)) int X;
16 int get_x() const { return x_; } function in class:Test1
  /external/clang/test/CodeGenCXX/
ms-property.cpp 16 __declspec(property(get = get_x)) int X;
17 int get_x() const { return x_; } function in class:Test1
36 char GetY(char i, Test1 j) { return i+j.get_x(); }
78 // CHECK: [[T_X:%.+]] = call i32 @"\01?get_x@Test1@@QEBAHXZ"(%class.Test1* %{{.+}})
101 // CHECK-NEXT: call i32 @"\01?get_x@Test1@@QEBAHXZ"(%class.Test1* [[CALL]])
  /external/autotest/client/bin/input/
input_device.py 464 def get_x(self): member in class:InputDevice
605 x = device.get_x()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmlc.h 4136 HRESULT (WINAPI *get_x)(IHTMLEventObj *This,__LONG32 *p); member in struct:IHTMLEventObjVtbl
21242 HRESULT (WINAPI *get_x)(IHTMLEventObj2 *This,__LONG32 *p); member in struct:IHTMLEventObj2Vtbl
30484 HRESULT (WINAPI *get_x)(ILineInfo *This,__LONG32 *p); member in struct:ILineInfoVtbl
    [all...]
mshtml.h     [all...]

Completed in 125 milliseconds