OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMP_VPTR
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/test-stlport_shared-exception/jni/
vtable2.cpp
136
#define
CMP_VPTR
(A, B) (*(void **)(A) == *(void **)(B))
145
#define
CMP_VPTR
(A, B) (*(A) == (ptrdiff_t)(B))
175
if (!
CMP_VPTR
(vtbl, &S3_s3))
178
if (!
CMP_VPTR
(vtbl, &S4_s1))
/ndk/tests/device/test-stlport_static-exception/jni/
vtable2.cpp
136
#define
CMP_VPTR
(A, B) (*(void **)(A) == *(void **)(B))
145
#define
CMP_VPTR
(A, B) (*(A) == (ptrdiff_t)(B))
175
if (!
CMP_VPTR
(vtbl, &S3_s3))
178
if (!
CMP_VPTR
(vtbl, &S4_s1))
Completed in 1519 milliseconds