Searched refs:upb_strtable_insert3 (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 1123 bool upb_strtable_insert3(upb_strtable *t, const char *key, size_t len, 1133 return upb_strtable_insert3(t, key, len, val, &upb_alloc_global);
|
D | upb.c | 4555 upb_strtable_insert3( in upb_strtable_resize() 4567 bool upb_strtable_insert3(upb_strtable *t, const char *k, size_t len, in upb_strtable_insert3() function
|