Searched refs:encode_startstr (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 8891 static void *encode_startstr(void *c, const void *hd, size_t size_hint) { in encode_startstr() function 8987 upb_handlers_setstartstr(h, f, encode_startstr, &attr); in T()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9602 static void *encode_startstr(void *c, const void *hd, size_t size_hint) { in encode_startstr() function 9698 upb_handlers_setstartstr(h, f, encode_startstr, &attr); in T()
|