Searched refs:LABEL_FIELD (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 7058 #define LABEL_FIELD 3 /* Jump backward to find the most recent field. */ macro 7074 label(c, LABEL_FIELD); in generate_msgfield() 7122 label(c, LABEL_FIELD); in generate_delimfield() 7165 label(c, LABEL_FIELD); in generate_primitivefield() 7231 label(c, LABEL_FIELD); in compile_method() 7261 putop(c, OP_BRANCH, -LABEL_FIELD); in compile_method()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 7732 #define LABEL_FIELD 3 /* Jump backward to find the most recent field. */ macro 7753 label(c, LABEL_FIELD); in generate_msgfield() 7801 label(c, LABEL_FIELD); in generate_delimfield() 7844 label(c, LABEL_FIELD); in generate_primitivefield() 7910 label(c, LABEL_FIELD); in compile_method() 7940 putop(c, OP_BRANCH, -LABEL_FIELD); in compile_method()
|