Searched refs:_thunk (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/outcome/experimental/status-code/ |
D | status_code_domain.hpp | 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() 164 const _thunk_spec _thunk{nullptr}; member in status_code_domain::string_ref 167 : _thunk(thunk) in string_ref() 184 , _thunk(thunk) 192 , _thunk(o._thunk) 194 if(_thunk != nullptr) 196 _thunk(this, &o, _thunk_op::copy); 204 , _thunk(o._thunk) 206 if(_thunk != nullptr) [all …]
|
/third_party/grpc/src/python/grpcio/grpc/ |
D | _interceptor.py | 205 self._thunk = thunk 241 response, call = self._thunk(new_method).with_call( 289 return self._thunk(new_method).future( 307 self._thunk = thunk 327 return self._thunk(new_method)(request, 344 self._thunk = thunk 380 response, call = self._thunk(new_method).with_call( 428 return self._thunk(new_method).future( 446 self._thunk = thunk 466 return self._thunk(new_method)(request_iterator,
|
/third_party/e2fsprogs/lib/support/ |
D | sort_r.h | 239 int (*compar)(void *_thunk,
|
/third_party/ejdb/src/util/ |
D | sort_r.h | 260 int (*compar)(void *_thunk,
|