Searched refs:encode_startdelimfield (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | encoder.c | 372 static void *encode_startdelimfield(void *c, const void *hd) { in encode_startdelimfield() function 398 return encode_startdelimfield(c, hd); in encode_startstr() 463 upb_handlers_setstartseq(h, f, encode_startdelimfield, &attr); in T() 498 upb_handlers_setstartsubmsg(h, f, encode_startdelimfield, &attr); in T()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 8170 static void *encode_startdelimfield(void *c, const void *hd) { in encode_startdelimfield() function 8196 return encode_startdelimfield(c, hd); in encode_startstr() 8262 upb_handlers_setstartseq(h, f, encode_startdelimfield, &attr); in T() 8297 upb_handlers_setstartsubmsg(h, f, encode_startdelimfield, &attr); in T()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 11941 static void *encode_startdelimfield(void *c, const void *hd) { in encode_startdelimfield() function 11967 return encode_startdelimfield(c, hd); in encode_startstr() 12032 upb_handlers_setstartseq(h, f, encode_startdelimfield, &attr); in T() 12067 upb_handlers_setstartsubmsg(h, f, encode_startdelimfield, &attr); in T()
|