Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c21 #define EMPTYLABEL -1 macro
102 ret->fwd_labels[i] = EMPTYLABEL; in newcompiler()
103 ret->back_labels[i] = EMPTYLABEL; in newcompiler()
172 codep = (val == EMPTYLABEL) ? NULL : c->group->bytecode + val; in label()
178 c->fwd_labels[label] = EMPTYLABEL; in label()
202 int32_t ret = (*lptr == EMPTYLABEL) ? 0 : *lptr - pcofs(c); in labelref()
/external/protobuf/php/ext/google/protobuf/
Dupb.c5818 #define EMPTYLABEL -1 macro
5899 ret->fwd_labels[i] = EMPTYLABEL; in newcompiler()
5900 ret->back_labels[i] = EMPTYLABEL; in newcompiler()
5967 codep = (val == EMPTYLABEL) ? NULL : c->group->bytecode + val; in label()
5973 c->fwd_labels[label] = EMPTYLABEL; in label()
5997 int32_t ret = (*lptr == EMPTYLABEL) ? 0 : *lptr - pcofs(c); in labelref()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9523 #define EMPTYLABEL -1 macro
9650 ret->fwd_labels[i] = EMPTYLABEL; in newcompiler()
9651 ret->back_labels[i] = EMPTYLABEL; in newcompiler()
9718 codep = (val == EMPTYLABEL) ? NULL : c->group->bytecode + val; in label()
9724 c->fwd_labels[label] = EMPTYLABEL; in label()
9748 int32_t ret = (*lptr == EMPTYLABEL) ? 0 : *lptr - pcofs(c); in labelref()