Searched refs:onReply (Results 1 – 7 of 7) sorted by relevance
/external/perfetto/ui/src/engine/ |
D | wasm_bridge.ts | 59 const fn = this.connection.addFunction(this.onReply.bind(this), 'vii'); 98 private onReply(heapPtr: number, size: number) { method in WasmBridge
|
/external/llvm-project/clang-tools-extra/clangd/xpc/ |
D | XPCTransport.cpp | 124 return Handler.onReply(std::move(*ID), decodeError(*Err)); in handleMessage() 129 return Handler.onReply(std::move(*ID), std::move(Result)); in handleMessage()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Transport.h | 53 virtual bool onReply(llvm::json::Value ID,
|
D | PathMapping.cpp | 99 bool onReply(llvm::json::Value ID, in onReply() function in clang::clangd::__anonab0ba7eb0111::PathMappingMessageHandler 104 return WrappedHandler.onReply(std::move(ID), std::move(Result)); in onReply()
|
D | JSONTransport.cpp | 173 return Handler.onReply(std::move(*ID), decodeError(*Err)); in handleMessage() 178 return Handler.onReply(std::move(*ID), std::move(Result)); in handleMessage()
|
D | ClangdLSPServer.cpp | 208 bool onReply(llvm::json::Value ID, in onReply() function in clang::clangd::ClangdLSPServer::MessageHandler
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | JSONTransportTests.cpp | 82 bool onReply(llvm::json::Value ID, in onReply() function in clang::clangd::__anon8e91524e0111::Echo
|