Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__functional/
H A Dboyer_moore_searcher.h57 …explicit _BMSkipTable(size_t __sz, value_type __default_value, _Hash __hash, _BinaryPredicate __pr… in _BMSkipTable() argument
58 : __default_value_(__default_value), in _BMSkipTable()
86 …_LIBCPP_HIDE_FROM_ABI explicit _BMSkipTable(size_t, value_type __default_value, _Hash, _BinaryPred… in _BMSkipTable() argument
87 std::fill_n(__table_.data(), __table_.size(), __default_value); in _BMSkipTable()