Searched refs:getKey (Results 1 – 9 of 9) sorted by relevance
45 size_t getKey(const std::u16string& text, const GeometryCoordinate& coord) { in getKey() function64 const size_t leftKey = getKey(*feature.text, geometry[0].front()); in mergeLines()65 const size_t rightKey = getKey(*feature.text, geometry[0].back()); in mergeLines()78 rightIndex[getKey(*feature.text, features[i].geometry[0].back())] = i; in mergeLines()
137 QString value = getKey(k); in resetKey()178 QString Keyboard::getKey(Qt::Key key) in getKey() function in Keyboard274 switch (button->getKey()) { in handleKey()304 if(m_type ==1 && button->getKey()>= Qt::Key_A && button->getKey() <= Qt::Key_Z ) in handleKey()308 }else if(button->getKey() == Qt::Key_Backspace && m_bar->count() !=0) in handleKey()321 Qt::Key key = button->getKey(); in handleKey()322 QString value =getKey(key); in handleKey()
16 Qt::Key getKey();
26 QString getKey(Qt::Key key);
67 Qt::Key KeyButton::getKey() in getKey() function in KeyButton
273 size_t key = table->getKey(vec); in getNeighbors()311 size_t key = table->getKey(vec); in getNeighbors()344 size_t key = table->getKey(vec); in getNeighbors()
174 BucketKey key = (lsh::BucketKey)getKey(feature); in add()242 size_t getKey(const ElementType* /*feature*/) const in getKey() function395 inline size_t LshTable<unsigned char>::getKey(const unsigned char* feature) const in getKey() function
67 std::string getKey() const { return key; } in getKey() function in mbgl::style::expression::ParsingContext
658 ParsingContext signatureContext(ctx.getKey()); in createCompoundExpression()