Home
last modified time | relevance | path

Searched defs:size_lg2 (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1477 static bool init(upb_table *t, uint8_t size_lg2, upb_alloc *a) { in init() argument
1681 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a) { in upb_strtable_resize() argument
1965 int size_lg2; in upb_inttable_compact2() local
[all...]
H A Dphp-upb.h653 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1452 static bool init(upb_table *t, uint8_t size_lg2, upb_alloc *a) { in init() argument
1655 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a) { in upb_strtable_resize() argument
1949 int size_lg2; in upb_inttable_compact2() local
[all...]
H A Dupb.h639 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member

Completed in 47 milliseconds