Searched refs:encode_unknown (Results 1 – 2 of 2) sorted by relevance
/third_party/grpc/third_party/upb/upb/pb/ |
D | encoder.c | 377 static bool encode_unknown(void *c, const void *hd, const char *buf, in encode_unknown() function 446 upb_handlers_setunknown(h, encode_unknown, NULL); in T()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 8357 static bool encode_unknown(void *c, const void *hd, const char *buf, in encode_unknown() function 8426 upb_handlers_setunknown(h, encode_unknown, NULL); in T()
|