Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c7059 #define LABEL_ENDMSG 4 /* To reach the OP_ENDMSG instr for this msg. */ macro
7082 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in generate_msgfield()
7103 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in generate_msgfield()
7124 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in generate_delimfield()
7144 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in generate_delimfield()
7181 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in generate_primitivefield()
7203 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in generate_primitivefield()
7254 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in compile_method()
7264 label(c, LABEL_ENDMSG); in compile_method()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c7733 #define LABEL_ENDMSG 4 /* To reach the OP_ENDMSG instr for this msg. */ macro
7761 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in generate_msgfield()
7782 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in generate_msgfield()
7803 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in generate_delimfield()
7823 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in generate_delimfield()
7860 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in generate_primitivefield()
7882 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in generate_primitivefield()
7933 putop(c, OP_CHECKDELIM, LABEL_ENDMSG); in compile_method()
7943 label(c, LABEL_ENDMSG); in compile_method()