Searched refs:has_leaf (Results 1 – 7 of 7) sorted by relevance
70 bool has_leaf(uint32_t i) const { return ((*nodes_)[i]) & 0x100; } in has_leaf() function103 const bool node_has_leaf = has_leaf(pos); in IteratePrefixMatches()
57 bool has_leaf(uint32 i) const { return nodes_[i] & 0x100; } in has_leaf() function
43 const bool node_has_leaf = has_leaf(pos); in GatherPrefixMatches()
47 if (current.has_leaf()) { in TraverseTree()
52 tree.has_leaf = true; in encode_tree()
334 node->has_leaf() && in AddLeafNodes()