Home
last modified time | relevance | path

Searched defs:SendResult (Results 1 – 13 of 13) sorted by relevance

/external/cronet/stable/testing/libfuzzer/fuzzers/mach/
Dmach_message_converter.h50 struct SendResult { struct
59 SendResult SendMessage(mach_port_t local_port, const MachMessage& proto); argument
/external/cronet/tot/testing/libfuzzer/fuzzers/mach/
Dmach_message_converter.h50 struct SendResult { struct
59 SendResult SendMessage(mach_port_t local_port, const MachMessage& proto); argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DELFNixPlatform.cpp354 SendInitializerSequenceFn SendResult, JITDylib &JD, in getInitializersBuildSequencePhase()
376 SendInitializerSequenceFn SendResult, JITDylib &JD) { in getInitializersLookupPhase()
414 void ELFNixPlatform::rt_getInitializers(SendInitializerSequenceFn SendResult, in rt_getInitializers()
434 SendDeinitializerSequenceFn SendResult, ExecutorAddr Handle) { in rt_getDeinitializers()
463 void ELFNixPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol()
494 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol()
506 SendSymbolAddressFn SendResult; in rt_lookupSymbol() member in llvm::orc::ELFNixPlatform::rt_lookupSymbol::RtLookupNotifyComplete
DCOFFPlatform.cpp488 void COFFPlatform::pushInitializersLoop(PushInitializersSendResultFn SendResult, in pushInitializersLoop()
545 void COFFPlatform::rt_pushInitializers(PushInitializersSendResultFn SendResult, in rt_pushInitializers()
580 void COFFPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol()
610 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol()
622 SendSymbolAddressFn SendResult; in rt_lookupSymbol() member in llvm::orc::COFFPlatform::rt_lookupSymbol::RtLookupNotifyComplete
DMachOPlatform.cpp551 PushInitializersSendResultFn SendResult, JITDylibSP JD) { in pushInitializersLoop()
638 void MachOPlatform::rt_pushInitializers(PushInitializersSendResultFn SendResult, in rt_pushInitializers()
667 void MachOPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol()
697 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol()
709 SendSymbolAddressFn SendResult; in rt_lookupSymbol() member in llvm::orc::MachOPlatform::rt_lookupSymbol::RtLookupNotifyComplete
DExecutorProcessControl.cpp129 IncomingWFRHandler SendResult, in callWrapperAsync()
DSimpleRemoteEPC.cpp368 IncomingWFRHandler SendResult; in handleResult() local
DCore.cpp2217 SendResultFunction SendResult, JITTargetAddress HandlerFnTagAddr, in runJITDispatchHandler()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutorProcessControl.h324 SendResultT &&SendResult, const ArgTs &...Args) { in callSPSWrapperAsync()
338 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
DCore.h1606 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/adapter/
Doghttp2_session.h340 enum class SendResult { enum
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/adapter/
Doghttp2_session.h340 enum class SendResult { enum
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/Shared/
DWrapperFunctionUtils.h528 HandlerT &&Handler, SendResultT &&SendResult) { in handleAsync()