Searched refs:upb_inttable (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 1044 } upb_inttable; 1087 bool upb_inttable_init2(upb_inttable *table, upb_ctype_t ctype, upb_alloc *a); 1089 void upb_inttable_uninit2(upb_inttable *table, upb_alloc *a); 1092 UPB_INLINE bool upb_inttable_init(upb_inttable *table, upb_ctype_t ctype) { 1100 UPB_INLINE void upb_inttable_uninit(upb_inttable *table) { 1109 size_t upb_inttable_count(const upb_inttable *t); 1121 bool upb_inttable_insert2(upb_inttable *t, uintptr_t key, upb_value val, 1126 UPB_INLINE bool upb_inttable_insert(upb_inttable *t, uintptr_t key, 1144 bool upb_inttable_lookup(const upb_inttable *t, uintptr_t key, upb_value *v); 1156 bool upb_inttable_remove(upb_inttable *t, uintptr_t key, upb_value *val); [all …]
|
D | upb.c | 335 upb_inttable t; in assign_msg_indices() 2168 upb_inttable tab; /* maps upb_msgdef* -> upb_handlers*. */ 3014 static void getref2s(const upb_refcounted *owner, upb_inttable *tab) { in getref2s() 3039 upb_inttable ref2; 3046 upb_inttable *ref2 = &s->ref2; in visit_check() 3148 upb_inttable objattr; 3149 upb_inttable stack; /* stack of upb_refcounted* for Tarjan's algorithm. */ 3150 upb_inttable groups; /* array of uint32_t*, malloc'd refcounts for new groups */ 3855 const void *new_owner, upb_inttable *seen, in upb_resolve_dfs() 3947 upb_inttable seen; in symtab_add() [all …]
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 807 } upb_inttable; typedef 850 bool upb_inttable_init(upb_inttable *table, upb_ctype_t ctype); 852 void upb_inttable_uninit(upb_inttable *table); 856 size_t upb_inttable_count(const upb_inttable *t); 868 bool upb_inttable_insert(upb_inttable *t, uintptr_t key, upb_value val); 880 bool upb_inttable_lookup(const upb_inttable *t, uintptr_t key, upb_value *v); 892 bool upb_inttable_remove(upb_inttable *t, uintptr_t key, upb_value *val); 905 bool upb_inttable_replace(upb_inttable *t, uintptr_t key, upb_value val); 909 bool upb_inttable_push(upb_inttable *t, upb_value val); 910 upb_value upb_inttable_pop(upb_inttable *t); [all …]
|
D | upb.c | 281 upb_inttable t; in assign_msg_indices() 2021 upb_inttable tab; /* maps upb_msgdef* -> upb_handlers*. */ 2840 static void getref2s(const upb_refcounted *owner, upb_inttable *tab) { in getref2s() 2867 upb_inttable ref2; 2874 upb_inttable *ref2 = &s->ref2; in visit_check() 2989 upb_inttable objattr; 2990 upb_inttable stack; /* stack of upb_refcounted* for Tarjan's algorithm. */ 2991 upb_inttable groups; /* array of uint32_t*, malloc'd refcounts for new groups */ 3695 const void *new_owner, upb_inttable *seen, in upb_resolve_dfs() 3782 upb_inttable seen; in upb_symtab_add() [all …]
|