Home
last modified time | relevance | path

Searched refs:pmethod (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_base/third_party/sigslot/
Dsigslot.h296 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/
DstepControl.c91 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()