Searched refs:DatetimeExtractorType (Results 1 – 4 of 4) sorted by relevance
/external/libtextclassifier/native/annotator/datetime/ |
D | extractor.h | 52 const std::unordered_map<DatetimeExtractorType, in DatetimeExtractor() argument 64 bool RuleIdForType(DatetimeExtractorType type, int* rule_id) const; 70 DatetimeExtractorType extractor_type, 82 const std::vector<std::pair<DatetimeExtractorType, T>>& mapping, 117 const std::unordered_map<DatetimeExtractorType, std::unordered_map<int, int>>&
|
D | extractor.cc | 208 bool DatetimeExtractor::RuleIdForType(DatetimeExtractorType type, in RuleIdForType() 224 DatetimeExtractorType extractor_type, in ExtractType() 285 const std::vector<std::pair<DatetimeExtractorType, T>>& mapping, in MapInput() argument 300 std::vector<std::pair<DatetimeExtractorType, int>>{ in ParseWrittenNumber()
|
D | regex-parser.h | 112 std::unordered_map<DatetimeExtractorType, std::unordered_map<int, int>>
|
/external/libtextclassifier/native/annotator/ |
D | model.fbs | 57 enum DatetimeExtractorType : int { 321 extractor:DatetimeExtractorType;
|