Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DcommonRef.c90 return gdata->nextSeqNum++; in newSeqNum()
443 gdata->nextSeqNum = 1; /* 0 used for error indication */ in commonRef_initialize()
466 gdata->nextSeqNum = 1; /* 0 used for error indication */ in commonRef_reset()
Dutil.h148 jlong nextSeqNum; member