OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FeatureIndex
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/flann/include/opencv2/flann/
lsh_table.h
69
typedef uint32_t
FeatureIndex
;
76
typedef std::vector<
FeatureIndex
> Bucket;
432
stats.bucket_sizes_.push_back((lsh::
FeatureIndex
)pbucket->size());
440
stats.bucket_sizes_.push_back((lsh::
FeatureIndex
)x->second.size());
/external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h
50
uint16_t*
FeatureIndex
;
55
FeatureIndex
(NULL) {}
56
~TLangSys() { delete[]
FeatureIndex
; }
Completed in 59 milliseconds