Searched refs:__default_value_ (Results 1 – 2 of 2) sorted by relevance
52 const value_type __default_value_; variable58 : __default_value_(__default_value), in _BMSkipTable()67 return __it == __table_.end() ? __default_value_ : __it->second;
134 const _Value __default_value_;140 : __default_value_(__default), __table(__sz, __hf, __pred) {}152 return __it == __table.end() ? __default_value_ : __it->second;