Home
last modified time | relevance | path

Searched refs:upb_table (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c4248 static void upb_check_alloc(upb_table *t, upb_alloc *a) { in upb_check_alloc()
4253 static void upb_check_alloc(upb_table *t, upb_alloc *a) { in upb_check_alloc()
4324 static upb_tabent *mutable_entries(upb_table *t) { in mutable_entries()
4328 static bool isfull(upb_table *t) { in isfull()
4336 static bool init(upb_table *t, upb_ctype_t ctype, uint8_t size_lg2, in init()
4358 static void uninit(upb_table *t, upb_alloc *a) { in uninit()
4363 static upb_tabent *emptyent(upb_table *t) { in emptyent()
4368 static upb_tabent *getentry_mutable(upb_table *t, uint32_t hash) { in getentry_mutable()
4372 static const upb_tabent *findentry(const upb_table *t, lookupkey_t key, in findentry()
4385 static upb_tabent *findentry_mutable(upb_table *t, lookupkey_t key, in findentry_mutable()
[all …]
Dupb.h1012 } upb_table;
1030 upb_table t;
1040 upb_table t; /* For entries that don't fit in the array part. */
1054 UPB_INLINE size_t upb_table_size(const upb_table *t) {
1077 static const upb_tabent *upb_getentry(const upb_table *t, uint32_t hash) {
/external/protobuf/php/ext/google/protobuf/
Dupb.c4093 static upb_tabent *mutable_entries(upb_table *t) { in mutable_entries()
4097 static bool isfull(upb_table *t) { in isfull()
4101 static bool init(upb_table *t, upb_ctype_t ctype, uint8_t size_lg2) { in init()
4119 static void uninit(upb_table *t) { free(mutable_entries(t)); } in uninit()
4121 static upb_tabent *emptyent(upb_table *t) { in emptyent()
4126 static upb_tabent *getentry_mutable(upb_table *t, uint32_t hash) { in getentry_mutable()
4130 static const upb_tabent *findentry(const upb_table *t, lookupkey_t key, in findentry()
4143 static upb_tabent *findentry_mutable(upb_table *t, lookupkey_t key, in findentry_mutable()
4148 static bool lookup(const upb_table *t, lookupkey_t key, upb_value *v, in lookup()
4162 static void insert(upb_table *t, lookupkey_t key, upb_tabkey tabkey, in insert()
[all …]
Dupb.h790 } upb_table; typedef
793 upb_table t;
803 upb_table t; /* For entries that don't fit in the array part. */
817 UPB_INLINE size_t upb_table_size(const upb_table *t) { in upb_table_size()
840 static const upb_tabent *upb_getentry(const upb_table *t, uint32_t hash) { in upb_getentry()