Home
last modified time | relevance | path

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

/third_party/boost/boost/outcome/experimental/status-code/
Dstatus_code_domain.hpp279 class atomic_refcounted_string_ref : public string_ref class in status_code_domain
290 auto dest = static_cast<atomic_refcounted_string_ref *>(_dest); // NOLINT in _refcounted_string_thunk()
291 auto src = static_cast<const atomic_refcounted_string_ref *>(_src); // NOLINT in _refcounted_string_thunk()
310 auto msrc = const_cast<atomic_refcounted_string_ref *>(src); // NOLINT in _refcounted_string_thunk()
333 …explicit atomic_refcounted_string_ref(const char *str, size_type len = static_cast<size_type>(-1),… in atomic_refcounted_string_ref() function in status_code_domain::atomic_refcounted_string_ref
Dcom_code.hpp95 return _base::atomic_refcounted_string_ref(p, end - p); in _make_string_ref()
119 return _base::atomic_refcounted_string_ref(p, end - p); in _make_string_ref()
Dposix_code.hpp91 return _base::atomic_refcounted_string_ref(p, length); in _make_string_ref()
Dnt_code.hpp125 return _base::atomic_refcounted_string_ref(p, end - p); in _make_string_ref()
Dwin32_code.hpp128 return _base::atomic_refcounted_string_ref(p, end - p); in _make_string_ref()
Dstd_error_code.hpp88 return _base::atomic_refcounted_string_ref(p, msg.size()); in _make_string_ref()