Home
last modified time | relevance | path

Searched defs:Callback (Results 1 – 25 of 57) sorted by relevance

123

/third_party/typescript/tests/cases/compiler/
DtypeInferenceCacheInvalidation.ts5 type Callback<TFoo, TBar> = (foo: TFoo, bar: TBar) => any alias
DobjectIndexer.ts2 export interface Callback { interface
DcontextualOverloadListFromArrayUnion.ts22 interface Callback<T> { interface
/third_party/node/src/
Dcleanup_queue.h19 typedef void (*Callback)(void*); typedef
Dcallback_queue-inl.h60 CallbackQueue<R, Args...>::Callback::Callback(CallbackFlags::Flags flags) in Callback() function
Dnode_stat_watcher.cc79 void StatWatcher::Callback(uv_fs_poll_t* handle, in Callback() function in node::StatWatcher
Dcares_wrap.h304 static void Callback( in Callback() function
328 static void Callback( in Callback() function
/third_party/node/deps/v8/src/heap/cppgc/
Dprefinalizer-handler.h19 using Callback = PrefinalizerRegistration::Callback; member
/third_party/lzma/CPP/7zip/Common/
DFileStreams.h96 IInFileStream_Callback *Callback; in Z7_class_final() local
/third_party/skia/third_party/externals/dawn/src/tests/
DMockCallback.h44 static CallbackType Callback() { in Callback() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpEmitter.cpp34 std::function<void(raw_ostream &)> Callback) { in allocateCallback()
109 for (const auto &Callback : Callbacks) in writeTo() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLEventCL.cpp64 void CLEventCL::Callback(cl_event event, cl_int commandStatus, void *userData) in Callback() function in rx::CLEventCL
DCLProgramCL.cpp150 void CLProgramCL::Callback(cl_program program, void *userData) in Callback() function in rx::CLProgramCL
/third_party/node/test/addons/callback-scope/
Dbinding.cc35 static void Callback(uv_work_t* req, int ignored) { in Callback() function
/third_party/node/test/node-api/test_callback_scope/
Dbinding.c54 static void Callback(uv_work_t* req, int ignored) { in Callback() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueHandle.h37 enum HandleBaseKind { Assert, Callback, Weak, WeakTracking }; enumerator
/third_party/lzma/CPP/7zip/UI/Common/
DArchiveOpenCallback.h155 IOpenCallbackUI *Callback; variable
DUpdateCallback.h149 IUpdateCallbackUI *Callback; variable
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DErrorMessages.cpp39 static void GL_APIENTRY Callback(GLenum source, in Callback() function
/third_party/protobuf/
Dupdate_version.py263 def Callback(document): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDomTreeUpdater.h247 std::function<void(BasicBlock *)> Callback) in CallBackOnDeletion()
/third_party/node/test/fixtures/wpt/resources/webidl2/
DREADME.md190 ### Callback subsection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DGsymCreator.cpp260 std::function<bool(FunctionInfo &)> const &Callback) { in forEachFunctionInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSignals.cpp51 sys::SignalHandlerCallback Callback; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFunctionExtras.h261 static TrivialCallback Callback = { &CallImpl<CallableT> }; in unique_function() local

123