OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getVarType
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/opengl/
gluVarTypeUtil.hpp
103
VarType
getVarType
(const VarType& type, Iterator begin, Iterator end);
106
inline VarType
getVarType
(const VarType& type, const TypeComponentVector& path) { return
getVarType
(type, path.begin(), path.end()); }
143
VarType getType (void) const { return
getVarType
(m_type, m_path); }
173
VarType getType (void) const { return
getVarType
(*m_type, m_path.begin(), m_path.end()); }
227
DE_ASSERT(IsExpanded()(
getVarType
(*m_type, m_path)));
243
VarType parentType =
getVarType
(*m_type, m_path.begin(), m_path.end()-1);
286
VarType curType =
getVarType
(*m_type, m_path);
374
VarType
getVarType
(const VarType& type, Iterator begin, Iterator end)
/external/opencv3/modules/java/src/
ml+TrainData.java
307
// C++: Mat
getVarType
()
310
//javadoc: TrainData::
getVarType
()
311
public Mat
getVarType
()
595
// C++: Mat
getVarType
()
/external/opencv3/modules/ml/src/
data.cpp
155
Mat
getVarType
() const { return varType; }
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 118 milliseconds