Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dmessages.h56 …DE_FROM_ABI string_type get(catalog __c, int __set, int __msgid, const string_type& __dflt) const { in get() argument
57 return do_get(__c, __set, __msgid, __dflt); in get()
68 virtual string_type do_get(catalog, int __set, int __msgid, const string_type& __dflt) const;
87 messages<_CharT>::do_get(catalog __c, int __set, int __msgid, const string_type& __dflt) const { in do_get() argument
91 std::back_inserter(__ndflt), __dflt.c_str(), __dflt.c_str() + __dflt.size()); in do_get()
102 return __dflt; in do_get()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlocale3056 …DE_FROM_ABI string_type get(catalog __c, int __set, int __msgid, const string_type& __dflt) const {
3057 return do_get(__c, __set, __msgid, __dflt);
3068 virtual string_type do_get(catalog, int __set, int __msgid, const string_type& __dflt) const;
3087 messages<_CharT>::do_get(catalog __c, int __set, int __msgid, const string_type& __dflt) const {
3091 std::back_inserter(__ndflt), __dflt.c_str(), __dflt.c_str() + __dflt.size());
3102 return __dflt;