Searched refs:upb_strtable_insert2 (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | map.c | 393 if (!upb_strtable_insert2(&self->table, keyval, length, v)) { in Map_index_set() 514 if (!upb_strtable_insert2(&new_self->table, in Map_dup() 542 if (!upb_strtable_insert2(&new_self->table, in Map_deep_copy() 745 upb_strtable_insert2(&self->table, in Map_merge_into_self()
|
D | upb.h | 1131 UPB_INLINE bool upb_strtable_insert2(upb_strtable *t, const char *key, 1139 return upb_strtable_insert2(t, key, strlen(key), val);
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 869 bool upb_strtable_insert2(upb_strtable *t, const char *key, size_t len, 875 return upb_strtable_insert2(t, key, strlen(key), val); in upb_strtable_insert()
|
D | upb.c | 4311 upb_strtable_insert2( in upb_strtable_resize() 4322 bool upb_strtable_insert2(upb_strtable *t, const char *k, size_t len, in upb_strtable_insert2() function
|