Home
last modified time | relevance | path

Searched defs:Reply (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DClangdLSPServer.cpp194 ReplyOnce Reply(ID, Method, &Server, Tracer.Args); in onCall() local
252 ReplyOnce Reply) { in bind()
263 llvm::json::Value bindReply(Callback<llvm::json::Value> Reply) { in bindReply()
349 void operator()(llvm::Expected<llvm::json::Value> Reply) { in operator ()()
469 Callback<llvm::json::Value> Reply) { in onInitialize()
645 Callback<std::nullptr_t> Reply) { in onShutdown()
654 Callback<std::nullptr_t> Reply) { in onSync()
710 Callback<llvm::json::Value> Reply) { in onCommand()
712 decltype(Reply) Reply) { in onCommand()
794 Callback<std::vector<SymbolInformation>> Reply) { in onWorkspaceSymbol()
[all …]
/external/libchrome/base/files/
Dfile_proxy.cc82 void Reply(FileProxy::StatusCallback callback) { in Reply() function in base::__anona2b9dffd0211::GenericFileHelper
103 void Reply(FileProxy::StatusCallback callback) { in Reply() function in base::__anona2b9dffd0211::CreateOrOpenHelper
142 void Reply(FileProxy::CreateTemporaryCallback callback) { in Reply() function in base::__anona2b9dffd0211::CreateTemporaryHelper
164 void Reply(FileProxy::GetFileInfoCallback callback) { in Reply() function in base::__anona2b9dffd0211::GetInfoHelper
189 void Reply(FileProxy::ReadCallback callback) { in Reply() function in base::__anona2b9dffd0211::ReadHelper
219 void Reply(FileProxy::WriteCallback callback) { in Reply() function in base::__anona2b9dffd0211::WriteHelper
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go403 type Reply struct { struct
404 …nd []*Reply_Entry `protobuf:"bytes,1,rep,name=found" json:"found,omitempty"`
405 … `protobuf:"varint,2,rep,packed,name=compact_keys,json=compactKeys" json:"compact_keys,omitempty"`
406 XXX_NoUnkeyedLiteral struct{} `json:"-"`
407 proto.XXX_InternalExtensions `json:"-"`
408 XXX_unrecognized []byte `json:"-"`
409 XXX_sizecache int32 `json:"-"`
412 func (m *Reply) Reset() { *m = Reply{} }
413 func (m *Reply) String() string { return proto.CompactTextString(m) }
414 func (*Reply) ProtoMessage() {}
[all …]
Dtest.proto97 message Reply { message
/external/libbrillo/brillo/http/
Dhttp_transport_fake.h231 void Reply(int status_code, in Reply() function
242 void Reply(int status_code, const T& data, const std::string& mime_type) { in Reply() function
Dhttp_transport_fake.cc236 void ServerResponse::Reply(int status_code, in Reply() function in brillo::ServerResponse
/external/grpc-grpc-java/services/src/test/proto/io/grpc/reflection/testing/
Dreflection_test_depth_two.proto30 message Reply { message
/external/llvm-project/clang-tools-extra/clangd/index/remote/server/
DServer.cpp101 grpc::ServerWriter<LookupReply> *Reply) override { in Lookup()
139 grpc::ServerWriter<FuzzyFindReply> *Reply) override { in FuzzyFind()
177 grpc::ServerWriter<RefsReply> *Reply) override { in Refs()
215 grpc::ServerWriter<RelationsReply> *Reply) override { in Relations()
/external/grpc-grpc-java/services/src/generated/test/java/io/grpc/reflection/testing/
DReply.java9 public final class Reply extends class
15 private Reply(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Reply() method in Reply
18 private Reply() { in Reply() method in Reply
27 private Reply( in Reply() method in Reply
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DTestClient.h65 if (const auto *Reply = llvm::dyn_cast<T>(m_stop_reply.get())) in GetLatestStopReplyAs() local
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DPacket.java33 public final static short Reply = 0x80; field in Packet
/external/llvm-project/clang-tools-extra/clangd/index/remote/
DClient.cpp49 ReplyT Reply; in streamRPC() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/
Djsonrpc2.go241 func (r *Request) Reply(ctx context.Context, result interface{}, err error) error { func
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Djsonrpc2.go241 func (r *Request) Reply(ctx context.Context, result interface{}, err error) error { func
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Djsonrpc2.go241 func (r *Request) Reply(ctx context.Context, result interface{}, err error) error { func
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachException.cpp295 kern_return_t MachException::Message::Reply(MachProcess *process, int signal) { in Reply() function in MachException::Message
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc185 } Reply; in breakpad_exc_server() typedef
/external/perfetto/src/ipc/
Dclient_impl_unittest.cc186 void Reply(const Frame& frame) { in Reply() function in perfetto::ipc::__anon2c0b15d50111::FakeHost
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h994 mDNSu8 *Reply; // xml reply from router member
/external/python/google-api-python-client/tests/data/
Ddrive.json915 "Reply": { object