Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dboyer_moore_searcher.h50 size_t __sz, value_type __default_value, _Hash __hash, _BinaryPredicate __pred) in _BMSkipTable() argument
51 : __default_value_(__default_value), __table_(__sz, __hash, __pred) {} in _BMSkipTable()
73 …_LIBCPP_HIDE_FROM_ABI explicit _BMSkipTable(size_t, value_type __default_value, _Hash, _BinaryPred… in _BMSkipTable() argument
74 std::fill_n(__table_.data(), __table_.size(), __default_value); in _BMSkipTable()