Home
last modified time | relevance | path

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

/third_party/grpc/third_party/upb/upb/pb/
Dencoder.c119 int *stack, *top, *stacklimit; member
223 if (++e->top == e->stacklimit) { in start_delim()
550 e->stacklimit = e->stack + stack_size; in upb_pb_encoder_create()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8099 int *stack, *top, *stacklimit; member
8203 if (++e->top == e->stacklimit) { in start_delim()
8534 e->stacklimit = e->stack + stack_size; in upb_pb_encoder_create()