ScoreIndexPair    231 modules/flann/include/opencv2/flann/lsh_index.h         bool operator()(const ScoreIndexPair& left, const ScoreIndexPair& right) const
ScoreIndexPair    266 modules/flann/include/opencv2/flann/lsh_index.h         static std::vector<ScoreIndexPair> score_index_heap;
ScoreIndexPair    292 modules/flann/include/opencv2/flann/lsh_index.h                             score_index_heap.push_back(ScoreIndexPair(hamming_distance, training_index));
ScoreIndexPair    328 modules/flann/include/opencv2/flann/lsh_index.h                         if (hamming_distance < radius) score_index_heap.push_back(ScoreIndexPair(hamming_distance, training_index));