Home
last modified time | relevance | path

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

/third_party/boost/boost/outcome/experimental/status-code/
Dstatus_code_domain.hpp148 …static void _checking_string_thunk(string_ref *dest, const string_ref *src, _thunk_op /*unused*/) … in _checking_string_thunk() function in status_code_domain::string_ref
152 assert(dest->_thunk == _checking_string_thunk); // NOLINT in _checking_string_thunk()
153 assert(src == nullptr || src->_thunk == _checking_string_thunk); // NOLINT in _checking_string_thunk()
175 _thunk_spec thunk = _checking_string_thunk in string_ref()