Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:EMPTYLABEL

7168 #define EMPTYLABEL -1
7295 ret->fwd_labels[i] = EMPTYLABEL;
7296 ret->back_labels[i] = EMPTYLABEL;
7363 codep = (val == EMPTYLABEL) ? NULL : c->group->bytecode + val;
7369 c->fwd_labels[label] = EMPTYLABEL;
7393 int32_t ret = (*lptr == EMPTYLABEL) ? 0 : *lptr - pcofs(c);