Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__functional/
H A Dboyer_moore_searcher.h124 __skip_table_(std::make_shared<__skip_table_type>(__pattern_length_, -1, __hash, __pred_)), in __first_()
129 __skip_table_->insert(*__first, __i); in __first_()
157 shared_ptr<__skip_table_type> __skip_table_; variable
165 const __skip_table_type& __skip_table = *__skip_table_; in __search()
251__skip_table_(std::make_shared<__skip_table_type>(__pattern_length_, __pattern_length_, __hash, __… in __first_()
257 __skip_table_->insert(*__first, __pattern_length_ - 1 - __i); in __first_()
285 shared_ptr<__skip_table_type> __skip_table_; variable
292 const __skip_table_type& __skip_table = *__skip_table_; in __search()