Home
last modified time | relevance | path

Searched refs:supported_codepoint_ranges (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dfeature-processor.h115 if (options->supported_codepoint_ranges() != nullptr) { in FeatureProcessor()
116 SortCodepointRanges({options->supported_codepoint_ranges()->begin(), in FeatureProcessor()
117 options->supported_codepoint_ranges()->end()}, in FeatureProcessor()
H A Dfeature-processor_test.cc604 options.supported_codepoint_ranges.emplace_back(new CodepointRangeT()); in TEST_F()
605 auto& range = options.supported_codepoint_ranges.back(); in TEST_F()
611 options.supported_codepoint_ranges.emplace_back(new CodepointRangeT()); in TEST_F()
612 auto& range = options.supported_codepoint_ranges.back(); in TEST_F()
618 options.supported_codepoint_ranges.emplace_back(new CodepointRangeT()); in TEST_F()
619 auto& range = options.supported_codepoint_ranges.back(); in TEST_F()
H A Dmodel.fbs752 supported_codepoint_ranges:[CodepointRange];
/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/native/libtextclassifier_fbgen_annotator_model/gen/annotator/
Dmodel_generated.h3890 std::vector<std::unique_ptr<libtextclassifier3::CodepointRangeT>> supported_codepoint_ranges{};
4007 …ctor<flatbuffers::Offset<libtextclassifier3::CodepointRange>> *supported_codepoint_ranges() const { in supported_codepoint_ranges() function
4071 verifier.VerifyVector(supported_codepoint_ranges()) && in Verify()
4072 verifier.VerifyVectorOfTables(supported_codepoint_ranges()) && in Verify()
4163 …ers::Vector<flatbuffers::Offset<libtextclassifier3::CodepointRange>>> supported_codepoint_ranges) { in add_supported_codepoint_ranges()
4164 …fbb_.AddOffset(FeatureProcessorOptions::VT_SUPPORTED_CODEPOINT_RANGES, supported_codepoint_ranges); in add_supported_codepoint_ranges()
4230 …s::Vector<flatbuffers::Offset<libtextclassifier3::CodepointRange>>> supported_codepoint_ranges = 0,
4249 builder_.add_supported_codepoint_ranges(supported_codepoint_ranges);
4300 …ctor<flatbuffers::Offset<libtextclassifier3::CodepointRange>> *supported_codepoint_ranges = nullpt…
4315 …ranges__ = supported_codepoint_ranges ? _fbb.CreateVector<flatbuffers::Offset<libtextclassifier3::…
[all …]