Searched refs:encode_startstr (Results 1 – 2 of 2) sorted by relevance
/third_party/grpc/third_party/upb/upb/pb/ |
D | encoder.c | 396 static void *encode_startstr(void *c, const void *hd, size_t size_hint) { in encode_startstr() function 493 upb_handlers_setstartstr(h, f, encode_startstr, &attr); in T()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 8376 static void *encode_startstr(void *c, const void *hd, size_t size_hint) { in encode_startstr() function 8474 upb_handlers_setstartstr(h, f, encode_startstr, &attr); in T()
|