Searched refs:ignored_span_boundary_codepoints (Results 1 – 5 of 5) sorted by relevance
909 options.ignored_span_boundary_codepoints.push_back('.'); in TEST_F()910 options.ignored_span_boundary_codepoints.push_back(','); in TEST_F()911 options.ignored_span_boundary_codepoints.push_back('['); in TEST_F()912 options.ignored_span_boundary_codepoints.push_back(']'); in TEST_F()
495 if (options_->ignored_span_boundary_codepoints() != nullptr) { in PrepareIgnoredSpanBoundaryCodepoints()496 for (const int codepoint : *options_->ignored_span_boundary_codepoints()) { in PrepareIgnoredSpanBoundaryCodepoints()
777 ignored_span_boundary_codepoints:[int];
3896 std::vector<int32_t> ignored_span_boundary_codepoints{};4025 const flatbuffers::Vector<int32_t> *ignored_span_boundary_codepoints() const { in ignored_span_boundary_codepoints() function4081 verifier.VerifyVector(ignored_span_boundary_codepoints()) && in Verify()4181 …ry_codepoints(flatbuffers::Offset<flatbuffers::Vector<int32_t>> ignored_span_boundary_codepoints) { in add_ignored_span_boundary_codepoints()4182 …et(FeatureProcessorOptions::VT_IGNORED_SPAN_BOUNDARY_CODEPOINTS, ignored_span_boundary_codepoints); in add_ignored_span_boundary_codepoints()4236 flatbuffers::Offset<flatbuffers::Vector<int32_t>> ignored_span_boundary_codepoints = 0,4244 builder_.add_ignored_span_boundary_codepoints(ignored_span_boundary_codepoints);4306 const std::vector<int32_t> *ignored_span_boundary_codepoints = nullptr,4317 …span_boundary_codepoints__ = ignored_span_boundary_codepoints ? _fbb.CreateVector<int32_t>(*ignore…7088 ignored_span_boundary_codepoints(o.ignored_span_boundary_codepoints), in FeatureProcessorOptionsT()[all …]
104 options.ignored_span_boundary_codepoints.push_back(','); in BuildFeatureProcessor()