/external/protobuf/ruby/ext/google/protobuf_c/ |
upb.h | 992 uint8_t size_lg2; \/* Size of the hashtable part is 2^size_lg2 entries. *\/ member in struct:__anon28889 [all...] |
upb.c | 4854 int size_lg2; local [all...] |
/external/protobuf/php/ext/google/protobuf/ |
upb.h | 781 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member in struct:__anon28832 796 #define UPB_STRTABLE_INIT(count, mask, ctype, size_lg2, entries) \ 797 {{count, mask, ctype, size_lg2, entries}} 809 #define UPB_INTTABLE_INIT(count, mask, ctype, size_lg2, ent, a, asize, acount) \ 810 {{count, mask, ctype, size_lg2, ent}, a, asize, acount} 818 if (t->size_lg2 == 0) 821 return 1 << t->size_lg2; 950 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2); [all...] |
upb.c | 4618 int size_lg2; local [all...] |