Searched refs:upb_strtable (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 1031 } upb_strtable; 1088 bool upb_strtable_init2(upb_strtable *table, upb_ctype_t ctype, upb_alloc *a); 1090 void upb_strtable_uninit2(upb_strtable *table, upb_alloc *a); 1096 UPB_INLINE bool upb_strtable_init(upb_strtable *table, upb_ctype_t ctype) { 1104 UPB_INLINE void upb_strtable_uninit(upb_strtable *table) { 1110 UPB_INLINE size_t upb_strtable_count(const upb_strtable *t) { 1123 bool upb_strtable_insert3(upb_strtable *t, const char *key, size_t len, 1131 UPB_INLINE bool upb_strtable_insert2(upb_strtable *t, const char *key, 1137 UPB_INLINE bool upb_strtable_insert(upb_strtable *t, const char *key, 1145 bool upb_strtable_lookup2(const upb_strtable *t, const char *key, size_t len, [all …]
|
D | protobuf.h | 397 upb_strtable table;
|
D | upb.c | 3804 static upb_def *upb_resolvename(const upb_strtable *t, in upb_resolvename() 3854 static bool upb_resolve_dfs(const upb_def *def, upb_strtable *addtab, in upb_resolve_dfs() 3946 upb_strtable addtab; in symtab_add() 4534 bool upb_strtable_init2(upb_strtable *t, upb_ctype_t ctype, upb_alloc *a) { in upb_strtable_init2() 4538 void upb_strtable_uninit2(upb_strtable *t, upb_alloc *a) { in upb_strtable_uninit2() 4545 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a) { in upb_strtable_resize() 4546 upb_strtable new_table; in upb_strtable_resize() 4567 bool upb_strtable_insert3(upb_strtable *t, const char *k, size_t len, in upb_strtable_insert3() 4591 bool upb_strtable_lookup2(const upb_strtable *t, const char *key, size_t len, in upb_strtable_lookup2() 4597 bool upb_strtable_remove3(upb_strtable *t, const char *key, size_t len, in upb_strtable_remove3() [all …]
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 794 } upb_strtable; typedef 851 bool upb_strtable_init(upb_strtable *table, upb_ctype_t ctype); 853 void upb_strtable_uninit(upb_strtable *table); 857 UPB_INLINE size_t upb_strtable_count(const upb_strtable *t) { in upb_strtable_count() 869 bool upb_strtable_insert2(upb_strtable *t, const char *key, size_t len, 873 UPB_INLINE bool upb_strtable_insert(upb_strtable *t, const char *key, in upb_strtable_insert() 881 bool upb_strtable_lookup2(const upb_strtable *t, const char *key, size_t len, 885 UPB_INLINE bool upb_strtable_lookup(const upb_strtable *t, const char *key, in upb_strtable_lookup() 893 bool upb_strtable_remove2(upb_strtable *t, const char *key, size_t len, 897 UPB_INLINE bool upb_strtable_remove(upb_strtable *t, const char *key, in upb_strtable_remove() [all …]
|
D | upb.c | 3644 static upb_def *upb_resolvename(const upb_strtable *t, in upb_resolvename() 3694 static bool upb_resolve_dfs(const upb_def *def, upb_strtable *addtab, in upb_resolve_dfs() 3781 upb_strtable addtab; in upb_symtab_add() 4292 bool upb_strtable_init(upb_strtable *t, upb_ctype_t ctype) { in upb_strtable_init() 4296 void upb_strtable_uninit(upb_strtable *t) { in upb_strtable_uninit() 4303 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2) { in upb_strtable_resize() 4304 upb_strtable new_table; in upb_strtable_resize() 4322 bool upb_strtable_insert2(upb_strtable *t, const char *k, size_t len, in upb_strtable_insert2() 4344 bool upb_strtable_lookup2(const upb_strtable *t, const char *key, size_t len, in upb_strtable_lookup2() 4350 bool upb_strtable_remove2(upb_strtable *t, const char *key, size_t len, in upb_strtable_remove2() [all …]
|