/external/protobuf/ruby/ext/google/protobuf_c/ |
map.c | 253 if (!upb_strtable_init(&self->table, UPB_CTYPE_UINT64)) { 459 if (!upb_strtable_init(&self->table, UPB_CTYPE_INT64)) {
|
upb.c | 466 if (!upb_strtable_init(&e->ntoi, UPB_CTYPE_INT32)) goto err2; [all...] |
upb.h | 1096 UPB_INLINE bool upb_strtable_init(upb_strtable *table, upb_ctype_t ctype) { function [all...] |
/external/protobuf/php/ext/google/protobuf/ |
upb.c | 401 if (!upb_strtable_init(&e->ntoi, UPB_CTYPE_INT32)) goto err2; 4292 bool upb_strtable_init(upb_strtable *t, upb_ctype_t ctype) { function [all...] |
upb.h | 796 #define UPB_STRTABLE_INIT(count, mask, ctype, size_lg2, entries) \ 800 UPB_STRTABLE_INIT(0, 0, ctype, 0, NULL) 851 bool upb_strtable_init(upb_strtable *table, upb_ctype_t ctype); [all...] |