Home
last modified time | relevance | path

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

/aosp_15_r20/external/libtextclassifier/native/annotator/datetime/
H A Dextractor.h52 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>>&
H A Dextractor.cc208 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()
H A Dregex-parser.h112 std::unordered_map<DatetimeExtractorType, std::unordered_map<int, int>>
/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dmodel.fbs57 enum DatetimeExtractorType : int {
321 extractor:DatetimeExtractorType;
/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/native/libtextclassifier_fbgen_annotator_model/gen/annotator/
Dmodel_generated.h284 enum DatetimeExtractorType : int32_t { enum
364 inline const DatetimeExtractorType (&EnumValuesDatetimeExtractorType())[75] { in EnumValuesDatetimeExtractorType()
365 static const DatetimeExtractorType values[] = { in EnumValuesDatetimeExtractorType()
527 inline const char *EnumNameDatetimeExtractorType(DatetimeExtractorType e) { in EnumNameDatetimeExtractorType()
1649 …libtextclassifier3::DatetimeExtractorType extractor = libtextclassifier3::DatetimeExtractorType_UN…
1668 libtextclassifier3::DatetimeExtractorType extractor() const { in extractor()
1669 … return static_cast<libtextclassifier3::DatetimeExtractorType>(GetField<int32_t>(VT_EXTRACTOR, 0)); in extractor()
1700 void add_extractor(libtextclassifier3::DatetimeExtractorType extractor) { in add_extractor()
1725 …libtextclassifier3::DatetimeExtractorType extractor = libtextclassifier3::DatetimeExtractorType_UN…
1739 …libtextclassifier3::DatetimeExtractorType extractor = libtextclassifier3::DatetimeExtractorType_UN…