Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c223 static void putop(compiler *c, int op, ...) { in putop() function
437 putop(c, OP_TAG1, dest, tag); in putchecktag()
440 putop(c, OP_TAG2, dest, tag); in putchecktag()
443 putop(c, OP_TAGN, dest, tag); in putchecktag()
489 putop(c, OP_PUSHLENDELIM); in putpush()
493 putop(c, OP_PUSHTAGDELIM, 0); in putpush()
494 putop(c, OP_SETBIGGROUPNUM, fn); in putpush()
496 putop(c, OP_PUSHTAGDELIM, fn); in putpush()
515 putop(c, op, sel); in putsel()
570 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in generate_msgfield()
[all …]
/external/protobuf/php/ext/google/protobuf/
Dupb.c6018 static void putop(compiler *c, int op, ...) { in putop() function
6232 putop(c, OP_TAG1, dest, tag); in putchecktag()
6235 putop(c, OP_TAG2, dest, tag); in putchecktag()
6238 putop(c, OP_TAGN, dest, tag); in putchecktag()
6284 putop(c, OP_PUSHLENDELIM); in putpush()
6288 putop(c, OP_PUSHTAGDELIM, 0); in putpush()
6289 putop(c, OP_SETBIGGROUPNUM, fn); in putpush()
6291 putop(c, OP_PUSHTAGDELIM, fn); in putpush()
6310 putop(c, op, sel); in putsel()
6365 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in generate_msgfield()
[all …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9769 static void putop(compiler *c, int op, ...) { in putop() function
9983 putop(c, OP_TAG1, dest, tag); in putchecktag()
9986 putop(c, OP_TAG2, dest, tag); in putchecktag()
9989 putop(c, OP_TAGN, dest, tag); in putchecktag()
10035 putop(c, OP_PUSHLENDELIM); in putpush()
10039 putop(c, OP_PUSHTAGDELIM, 0); in putpush()
10040 putop(c, OP_SETBIGGROUPNUM, fn); in putpush()
10042 putop(c, OP_PUSHTAGDELIM, fn); in putpush()
10061 putop(c, op, sel); in putsel()
10116 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in generate_msgfield()
[all …]