Searched defs:addHandler (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/logging/ | ||
H A D | __init__.py | 1646 def addHandler(self, hdlr): member in Logger |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ | ||
H A D | RPCUtils.h | 1375 void addHandler(HandlerT Handler) { in addHandler() function in llvm::MultiThreadedRPCEndpoint 1381 void addHandler(ClassT &Object, RetT (ClassT::*Method)(ArgTs...)) { in addHandler() function in llvm::MultiThreadedRPCEndpoint 1488 void addHandler(HandlerT Handler) { in addHandler() function in llvm::SingleThreadedRPCEndpoint 1493 void addHandler(ClassT &Object, RetT (ClassT::*Method)(ArgTs...)) { in addHandler() function in llvm::SingleThreadedRPCEndpoint |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ | ||
H A D | Instructions.cpp | 1052 void CatchSwitchInst::addHandler(BasicBlock *Handler) { in addHandler() function in CatchSwitchInst |
Completed in 15 milliseconds