Searched refs:atomic_refcounted_string_ref (Results 1 – 6 of 6) sorted by relevance
279 class atomic_refcounted_string_ref : public string_ref class in status_code_domain290 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
95 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()
91 return _base::atomic_refcounted_string_ref(p, length); in _make_string_ref()
125 return _base::atomic_refcounted_string_ref(p, end - p); in _make_string_ref()
128 return _base::atomic_refcounted_string_ref(p, end - p); in _make_string_ref()
88 return _base::atomic_refcounted_string_ref(p, msg.size()); in _make_string_ref()