Searched defs:has_leaf (Results 1 – 3 of 3) 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
594 bool has_leaf() const { return !m_pathname.empty(); } in has_leaf() function in boost::filesystem::path