Searched refs:putsel (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | compile_decoder.c | 512 static void putsel(compiler *c, opcode op, upb_selector_t sel, in putsel() function 523 putsel(c, op, getsel(f, type), h); in maybeput() 718 putsel(c, OP_STARTMSG, UPB_STARTMSG_SELECTOR, h); in compile_method() 755 putsel(c, OP_ENDMSG, UPB_ENDMSG_SELECTOR, h); in compile_method()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6307 static void putsel(compiler *c, opcode op, upb_selector_t sel, in putsel() function 6318 putsel(c, op, getsel(f, type), h); in maybeput() 6513 putsel(c, OP_STARTMSG, UPB_STARTMSG_SELECTOR, h); in compile_method() 6551 putsel(c, OP_ENDMSG, UPB_ENDMSG_SELECTOR, h); in compile_method()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 10058 static void putsel(compiler *c, opcode op, upb_selector_t sel, in putsel() function 10069 putsel(c, op, getsel(f, type), h); in maybeput() 10264 putsel(c, OP_STARTMSG, UPB_STARTMSG_SELECTOR, h); in compile_method() 10302 putsel(c, OP_ENDMSG, UPB_ENDMSG_SELECTOR, h); in compile_method()
|