Searched defs:upb_strtable (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h1031 } upb_strtable; typedef in typeref:struct:__anon17028
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 *
[all...]
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h794 } upb_strtable; typedef in typeref:struct:__anon16971
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) {
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,
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,
893 bool upb_strtable_remove2(upb_strtable *t, const char *key, size_t len,
897 UPB_INLINE bool upb_strtable_remove(upb_strtable *
[all...]

Completed in 152 milliseconds