Searched refs:putop (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6740 static void putop(compiler *c, opcode op, ...) { in putop() function 6954 putop(c, OP_TAG1, dest, tag); in putchecktag() 6957 putop(c, OP_TAG2, dest, tag); in putchecktag() 6960 putop(c, OP_TAGN, dest, tag); in putchecktag() 7006 putop(c, OP_PUSHLENDELIM); in putpush() 7010 putop(c, OP_PUSHTAGDELIM, 0); in putpush() 7011 putop(c, OP_SETBIGGROUPNUM, fn); in putpush() 7013 putop(c, OP_PUSHTAGDELIM, fn); in putpush() 7032 putop(c, op, sel); in putsel() 7082 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in generate_msgfield() [all …]
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 7414 static void putop(compiler *c, opcode op, ...) { in putop() function 7628 putop(c, OP_TAG1, dest, tag); in putchecktag() 7631 putop(c, OP_TAG2, dest, tag); in putchecktag() 7634 putop(c, OP_TAGN, dest, tag); in putchecktag() 7680 putop(c, OP_PUSHLENDELIM); in putpush() 7684 putop(c, OP_PUSHTAGDELIM, 0); in putpush() 7685 putop(c, OP_SETBIGGROUPNUM, fn); in putpush() 7687 putop(c, OP_PUSHTAGDELIM, fn); in putpush() 7706 putop(c, op, sel); in putsel() 7761 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in generate_msgfield() [all …]
|