Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/test/proto/io/grpc/reflection/testing/
Dreflection_test_depth_two.proto30 message Reply { message
/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.h221 void Reply(int status_code, in Reply() function
232 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/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/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DPacket.java33 public final static short Reply = 0x80; field in Packet
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc185 } Reply; in breakpad_exc_server() typedef
/external/perfetto/src/ipc/
Dclient_impl_unittest.cc183 void Reply(const Frame& frame) { in Reply() function in perfetto::ipc::__anonbd6150770111::FakeHost
/external/python/google-api-python-client/tests/data/
Ddrive.json915 "Reply": { object
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h994 mDNSu8 *Reply; // xml reply from router member