Searched refs:encode_enddelimfield (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 8878 static bool encode_enddelimfield(void *c, const void *hd) { in encode_enddelimfield() function 8958 upb_handlers_setendseq(h, f, encode_enddelimfield, &attr); in T() 8988 upb_handlers_setendstr(h, f, encode_enddelimfield, &attr); in T() 8993 upb_handlers_setendsubmsg(h, f, encode_enddelimfield, &attr); in T()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9589 static bool encode_enddelimfield(void *c, const void *hd) { in encode_enddelimfield() function 9669 upb_handlers_setendseq(h, f, encode_enddelimfield, &attr); in T() 9699 upb_handlers_setendstr(h, f, encode_enddelimfield, &attr); in T() 9704 upb_handlers_setendsubmsg(h, f, encode_enddelimfield, &attr); in T()
|