Home
last modified time | relevance | path

Searched defs:has_leaf (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libtextclassifier/native/utils/container/
H A Ddouble-array-trie.h57 bool has_leaf(uint32 i) const { return nodes_[i] & 0x100; } in has_leaf() function
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
H A Ddouble_array_trie.h70 bool has_leaf(uint32_t i) const { return ((*nodes_)[i]) & 0x100; } in has_leaf() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/
Dpath.hpp594 bool has_leaf() const { return !m_pathname.empty(); } in has_leaf() function in boost::filesystem::path