Home
last modified time | relevance | path

Searched refs:onReply (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/ui/src/engine/
Dwasm_bridge.ts59 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/
DXPCTransport.cpp124 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/
DTransport.h53 virtual bool onReply(llvm::json::Value ID,
DPathMapping.cpp99 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()
DJSONTransport.cpp173 return Handler.onReply(std::move(*ID), decodeError(*Err)); in handleMessage()
178 return Handler.onReply(std::move(*ID), std::move(Result)); in handleMessage()
DClangdLSPServer.cpp208 bool onReply(llvm::json::Value ID, in onReply() function in clang::clangd::ClangdLSPServer::MessageHandler
/external/llvm-project/clang-tools-extra/clangd/unittests/
DJSONTransportTests.cpp82 bool onReply(llvm::json::Value ID, in onReply() function in clang::clangd::__anon8e91524e0111::Echo