Searched refs:ExtractType (Results 1 – 5 of 5) sorted by relevance
272 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 …]
221 bool DatetimeExtractor::ExtractType(const UnicodeText& input, in ExtractType() function in libtextclassifier3::DatetimeExtractor286 if (ExtractType(input, type_value_pair.first)) { in MapInput()379 if (!ExtractType(input, DatetimeExtractorType_DIGITS, &digit)) { in ParseDigits()
69 bool ExtractType(const UnicodeText& input,
105 enum ExtractType { ExtractType_LEFT, ExtractType_RIGHT }; enum
55 typedef typename LhsProductTraits::ExtractType ActualLhsType;