OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__valuetype
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cv/src/
_cvkdtree.hpp
58
#undef
__valuetype
macro
60
template < class
__valuetype
, class __deref >
70
__valuetype
value; // if leaf, value of leaf
76
__deref deref; // requires operator() (
__valuetype
lhs,int dim)
203
bool remove(int *i, const
__valuetype
& p) {
231
const
__valuetype
& operator() (const
__valuetype
& rhs) const {
241
CvKDTree(
__valuetype
* first,
__valuetype
* last, int _point_dim,
258
void set_data(
__valuetype
* first, __valuetype * last, int _point_dim)
[
all
...]
cvkdtree.cpp
51
// * removing
__valuetype
parameter from CvKDTree and using virtuals instead
/external/lldb/include/lldb/Core/
MappedHash.h
177
template <typename __KeyType, class __HeaderDataType, class
__ValueType
>
184
typedef
__ValueType
ValueType;
Completed in 189 milliseconds