OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
471
def
get_x
(self):
member in class:InputDevice
612
x = device.
get_x
()
/prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.h
1441
uint32_t
get_x
() { return m_struct.x; }
function in class:vkdispatchindirectcommand_struct_wrapper
2983
int32_t
get_x
() { return m_struct.x; }
function in class:vkoffset2d_struct_wrapper
3014
int32_t
get_x
() { return m_struct.x; }
function in class:vkoffset3d_struct_wrapper
5179
float
get_x
() { return m_struct.x; }
function in class:vkviewport_struct_wrapper
[
all
...]
/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
...]
Completed in 427 milliseconds