Home
last modified time | relevance | path

Searched refs:ExtractType (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DBlasUtil.h272 typedef const XprType& ExtractType;
284 ExtractType,
287 static inline ExtractType extract(const XprType& x) { return x; }
298 typedef typename Base::ExtractType ExtractType;
304 …static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); }
315 typedef typename Base::ExtractType ExtractType;
316 static inline ExtractType extract(const XprType& x) { return Base::extract(x.rhs()); }
326 typedef typename Base::ExtractType ExtractType;
327 static inline ExtractType extract(const XprType& x) { return Base::extract(x.lhs()); }
344 typedef typename Base::ExtractType ExtractType;
[all …]
/external/libtextclassifier/native/annotator/datetime/
Dextractor.cc221 bool DatetimeExtractor::ExtractType(const UnicodeText& input, in ExtractType() function in libtextclassifier3::DatetimeExtractor
286 if (ExtractType(input, type_value_pair.first)) { in MapInput()
379 if (!ExtractType(input, DatetimeExtractorType_DIGITS, &digit)) { in ParseDigits()
Dextractor.h69 bool ExtractType(const UnicodeText& input,
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h105 enum ExtractType { ExtractType_LEFT, ExtractType_RIGHT }; enum
/external/eigen/Eigen/src/Core/
DSolveTriangular.h55 typedef typename LhsProductTraits::ExtractType ActualLhsType;