Searched refs:subc_ (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 11216 void *subc_; member 11253 size_t n = upb_bytessink_putbuf(p->output_, p->subc_, buf, len, NULL); in print_data() 11522 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startmsg()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 12014 void *subc_; member 12070 size_t n = upb_bytessink_putbuf(p->output_, p->subc_, buf, len, NULL); in print_data() 12339 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startmsg()
|