Searched refs:num_first_branches_ (Results 1 – 8 of 8) sorted by relevance
10 trie_(), tail_(), num_first_branches_(0), num_keys_(0) {} in Trie()34 mapper.map(&temp.num_first_branches_); in map()75 reader.read(&temp.num_first_branches_); in read()115 writer.write(num_first_branches_); in write()141 + tail_.total_size() + sizeof(num_first_branches_) + sizeof(num_keys_); in total_size()157 Swap(&num_first_branches_, &rhs->num_first_branches_); in swap()
133 progress.test_total_size(sizeof(num_first_branches_)); in build_trie()215 num_first_branches_ = wranges.size(); in build_cur()
327 return (node > num_first_branches_) ? (louds_.select1(node) - node - 1) : 0; in get_parent()
203 UInt32 num_first_branches_; variable
124 progress.test_total_size(sizeof(num_first_branches_)); in build_trie()206 num_first_branches_ = wranges.size(); in build_cur()
318 return (node > num_first_branches_) ? (louds_.select1(node) - node - 1) : 0; in get_parent()