Searched defs:has_leaf (Results 1 – 2 of 2) sorted by relevance
57 bool has_leaf(uint32 i) const { return nodes_[i] & 0x100; } in has_leaf() function
70 bool has_leaf(uint32_t i) const { return ((*nodes_)[i]) & 0x100; } in has_leaf() function