Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c7406 g->bytecode = upb_grealloc(g->bytecode, oldsize * sizeof(uint32_t), in put32()
11922 buf = upb_grealloc(buf, 0, field_len); in add_jsonname_table()
Dupb.h531 UPB_INLINE void *upb_grealloc(void *ptr, size_t oldsize, size_t size) { function