Home
last modified time | relevance | path

Searched defs:Handlers (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Doc/howto/
Dlogging.rst497 Handlers section in Advanced Logging Tutorial
/third_party/python/Doc/library/
Dcodecs.rst511 .. _codec-objects:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h885 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
924 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors()
959 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h502 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
541 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp142 ArrayRef<const CatchPadInst *> Handlers) { in addTryBlockMapEntry()
247 SmallVector<const CatchPadInst *, 2> Handlers; in calculateCXXStateNumbers() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h171 SmallVector<HandlerInfo, 1> Handlers; variable
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts400 type Handlers<T> = { [K in keyof T]: (t: T[K]) => void } alias
/third_party/python/Modules/
Dsignalmodule.c109 } Handlers[Py_NSIG]; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h1345 std::map<FunctionIdT, WrappedHandlerFn> Handlers; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4303 SmallVector<BasicBlock *, 2> Handlers; in parseFunctionBody() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3231 void LLVMGetHandlers(LLVMValueRef CatchSwitch, LLVMBasicBlockRef *Handlers) { in LLVMGetHandlers()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.h3790 typedef upb_handlers Handlers; typedef