Searched refs:__default_value (Results 1 – 1 of 1) sorted by relevance
57 …explicit _BMSkipTable(size_t __sz, value_type __default_value, _Hash __hash, _BinaryPredicate __pr… in _BMSkipTable() argument58 : __default_value_(__default_value), in _BMSkipTable()86 …_LIBCPP_HIDE_FROM_ABI explicit _BMSkipTable(size_t, value_type __default_value, _Hash, _BinaryPred… in _BMSkipTable() argument87 std::fill_n(__table_.data(), __table_.size(), __default_value); in _BMSkipTable()