Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c8873 static void *encode_startdelimfield(void *c, const void *hd) { in encode_startdelimfield() function
8893 return encode_startdelimfield(c, hd); in encode_startstr()
8957 upb_handlers_setstartseq(h, f, encode_startdelimfield, &attr); in T()
8992 upb_handlers_setstartsubmsg(h, f, encode_startdelimfield, &attr); in T()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9584 static void *encode_startdelimfield(void *c, const void *hd) { in encode_startdelimfield() function
9604 return encode_startdelimfield(c, hd); in encode_startstr()
9668 upb_handlers_setstartseq(h, f, encode_startdelimfield, &attr); in T()
9703 upb_handlers_setstartsubmsg(h, f, encode_startdelimfield, &attr); in T()