Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c6495 #define EMPTYLABEL -1 macro
6622 ret->fwd_labels[i] = EMPTYLABEL; in newcompiler()
6623 ret->back_labels[i] = EMPTYLABEL; in newcompiler()
6690 codep = (val == EMPTYLABEL) ? NULL : c->group->bytecode + val; in label()
6696 c->fwd_labels[label] = EMPTYLABEL; in label()
6720 int32_t ret = (*lptr == EMPTYLABEL) ? 0 : *lptr - pcofs(c); in labelref()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c7168 #define EMPTYLABEL -1 macro
7295 ret->fwd_labels[i] = EMPTYLABEL; in newcompiler()
7296 ret->back_labels[i] = EMPTYLABEL; in newcompiler()
7363 codep = (val == EMPTYLABEL) ? NULL : c->group->bytecode + val; in label()
7369 c->fwd_labels[label] = EMPTYLABEL; in label()
7393 int32_t ret = (*lptr == EMPTYLABEL) ? 0 : *lptr - pcofs(c); in labelref()