Home
last modified time | relevance | path

Searched defs:contain (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtable.cpp185 bool SpellingTable::contain(const char* spelling_str) { in contain() function in ime_pinyin::SpellingTable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dforeach.hpp630 inline auto_any<T> contain(T const &t, boost::mpl::true_ *) // rvalue in contain() function
636 inline auto_any<T *> contain(T &t, boost::mpl::false_ *) // lvalue in contain() function
649 contain(T const &t, bool *rvalue) in contain() function