Home
last modified time | relevance | path

Searched defs:thunk (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DlastPropertyInLiteralWins.js9 thunk: (str: string) => {}, method
10 thunk: (num: number) => {} method
14 thunk: (num: number) => {}, method
15 thunk: (str: string) => {} method
24 thunk: function (str) { }, method
25 thunk: function (num) { } method
28 thunk: function (num) { }, method
29 thunk: function (str) { } method
/third_party/grpc/src/python/grpcio/grpc/
D_interceptor.py27 def _continuation(self, thunk, index): argument
30 def _intercept_at(self, thunk, index, context): argument
38 def execute(self, thunk, context): argument
204 def __init__(self, thunk, method, interceptor): argument
306 def __init__(self, thunk, method, interceptor): argument
343 def __init__(self, thunk, method, interceptor): argument
445 def __init__(self, thunk, method, interceptor): argument
496 thunk = lambda m: self._channel.unary_unary(m, request_serializer, function
507 thunk = lambda m: self._channel.unary_stream(m, request_serializer, function
518 thunk = lambda m: self._channel.stream_unary(m, request_serializer, function
[all …]
/third_party/typescript/tests/cases/compiler/
DlastPropertyInLiteralWins.ts2 thunk: (str: string) => void; property
/third_party/boost/boost/outcome/experimental/status-code/
Dstatus_code_domain.hpp166 constexpr explicit string_ref(_thunk_spec thunk) noexcept in string_ref()
175 _thunk_spec thunk = _checking_string_thunk in string_ref()
/third_party/python/Modules/_ctypes/
Dctypes.h87 CThunkObject *thunk; member
D_ctypes.c3709 CThunkObject *thunk; in PyCFuncPtr_new() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h866 uint32_t thunk; member
872 uint64_t thunk; member
878 uintptr_t thunk; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h901 uint32_t thunk; member
907 uint64_t thunk; member
913 uintptr_t thunk; member
/third_party/ejdb/src/jql/
Djqp.c304 yythunk *thunk= &yy->__thunks[pos]; in yyDone() local