Home
last modified time | relevance | path

Searched refs:encode_enddelimfield (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/third_party/upb/upb/pb/
Dencoder.c383 static bool encode_enddelimfield(void *c, const void *hd) { in encode_enddelimfield() function
464 upb_handlers_setendseq(h, f, encode_enddelimfield, &attr); in T()
494 upb_handlers_setendstr(h, f, encode_enddelimfield, &attr); in T()
499 upb_handlers_setendsubmsg(h, f, encode_enddelimfield, &attr); in T()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8363 static bool encode_enddelimfield(void *c, const void *hd) { in encode_enddelimfield() function
8445 upb_handlers_setendseq(h, f, encode_enddelimfield, &attr); in T()
8475 upb_handlers_setendstr(h, f, encode_enddelimfield, &attr); in T()
8480 upb_handlers_setendsubmsg(h, f, encode_enddelimfield, &attr); in T()