Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__functional/
H A Dboyer_moore_searcher.h52 const value_type __default_value_; variable
58 : __default_value_(__default_value), in _BMSkipTable()
67 return __it == __table_.end() ? __default_value_ : __it->second;
/llvm-project-15.0.7/libcxx/include/experimental/
H A Dfunctional134 const _Value __default_value_;
140 : __default_value_(__default), __table(__sz, __hf, __pred) {}
152 return __it == __table.end() ? __default_value_ : __it->second;