Searched refs:pmethod (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/rtc_base/third_party/sigslot/ |
D | sigslot.h | 296 unsigned char pmethod[24]; variable 298 unsigned char pmethod[16]; variable 305 static_assert(sizeof(pm_t) <= sizeof(pmethod), in _opaque_connection() 308 std::memcpy(pmethod, &pm, sizeof(pm_t)); in _opaque_connection() 339 static_assert(sizeof(pm_t) <= sizeof(pmethod), in emitter() 341 std::memcpy(&pm, self->pmethod, sizeof(pm_t)); in emitter()
|
/external/oj-libjdwp/src/share/back/ |
D | stepControl.c | 91 jclass *pclazz, jmethodID *pmethod, jlocation *plocation) in getFrameLocation() argument 96 *pmethod = NULL; in getFrameLocation() 100 (gdata->jvmti, thread, 0, pmethod, plocation); in getFrameLocation() 101 if (error == JVMTI_ERROR_NONE && *pmethod!=NULL ) { in getFrameLocation() 103 error = methodClass(*pmethod, pclazz); in getFrameLocation()
|