Home
last modified time | relevance | path

Searched defs:getKey (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dlsh_table.h242 size_t getKey(const ElementType* /*feature*/) const in getKey() function
395 inline size_t LshTable<unsigned char>::getKey(const unsigned char* feature) const in getKey() function
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dkeybutton.cpp67 Qt::Key KeyButton::getKey() in getKey() function in KeyButton
H A Dkeyboard.cpp178 QString Keyboard::getKey(Qt::Key key) in getKey() function in Keyboard
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dmerge_lines.cpp45 size_t getKey(const std::u16string& text, const GeometryCoordinate& coord) { in getKey() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dparsing_context.hpp67 std::string getKey() const { return key; } in getKey() function in mbgl::style::expression::ParsingContext