Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c12036 } strpc; typedef
12039 strpc *pc = ptr; in freestrpc()
12045 strpc *newstrpc(upb_handlers *h, const upb_fielddef *f, in newstrpc()
12048 strpc *ret = upb_gmalloc(sizeof(*ret)); in newstrpc()
12191 const strpc *key = handler_data; in putkey()
/external/protobuf/php/ext/google/protobuf/
Dupb.c11238 } strpc; typedef
11240 strpc *newstrpc(upb_handlers *h, const upb_fielddef *f) { in newstrpc()
11241 strpc *ret = malloc(sizeof(*ret)); in newstrpc()
11374 const strpc *key = handler_data; in putkey()