Searched refs:LABEL_FIELD (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | compile_decoder.c | 541 #define LABEL_FIELD 3 /* Jump backward to find the most recent field. */ macro 562 label(c, LABEL_FIELD); in generate_msgfield() 610 label(c, LABEL_FIELD); in generate_delimfield() 653 label(c, LABEL_FIELD); in generate_primitivefield() 719 label(c, LABEL_FIELD); in compile_method() 748 putop(c, OP_BRANCH, -LABEL_FIELD); in compile_method()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6336 #define LABEL_FIELD 3 /* Jump backward to find the most recent field. */ macro 6357 label(c, LABEL_FIELD); in generate_msgfield() 6405 label(c, LABEL_FIELD); in generate_delimfield() 6448 label(c, LABEL_FIELD); in generate_primitivefield() 6514 label(c, LABEL_FIELD); in compile_method() 6544 putop(c, OP_BRANCH, -LABEL_FIELD); in compile_method()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 10087 #define LABEL_FIELD 3 /* Jump backward to find the most recent field. */ macro 10108 label(c, LABEL_FIELD); in generate_msgfield() 10156 label(c, LABEL_FIELD); in generate_delimfield() 10199 label(c, LABEL_FIELD); in generate_primitivefield() 10265 label(c, LABEL_FIELD); in compile_method() 10295 putop(c, OP_BRANCH, -LABEL_FIELD); in compile_method()
|