/external/grpc-grpc/src/ruby/lib/grpc/generic/ |
D | client_stub.rb | 148 def request_response(method, req, marshal, unmarshal, argument 225 def client_streamer(method, requests, marshal, unmarshal, argument 316 def server_streamer(method, req, marshal, unmarshal, argument 438 def bidi_streamer(method, requests, marshal, unmarshal, argument 485 def new_active_call(method, marshal, unmarshal, argument
|
D | bidi_call.rb | 44 def initialize(call, marshal, unmarshal, metadata_received: false, argument
|
D | active_call.rb | 89 def initialize(call, marshal, unmarshal, deadline, started: true, argument
|
/external/boringssl/src/ssl/test/runner/ |
D | handshake_messages.go | 370 func (m *clientHelloMsg) marshal() []byte { func 994 func (m *serverHelloMsg) marshal() []byte { func 1176 func (m *encryptedExtensionsMsg) marshal() []byte { func 1231 func (m *serverExtensions) marshal(extensions *byteBuilder) { func 1494 func (m *helloRetryRequestMsg) marshal() []byte { func 1637 func (m *certificateMsg) marshal() (x []byte) { func 1767 func (m *compressedCertificateMsg) marshal() (x []byte) { func 1807 func (m *serverKeyExchangeMsg) marshal() []byte { func 1833 func (m *certificateStatusMsg) marshal() []byte { func 1868 func (m *serverHelloDoneMsg) marshal() []byte { func [all …]
|
D | ticket.go | 35 func (s *sessionState) marshal() []byte { func
|
D | common.go | 1888 marshal() []byte methodSpec
|
/external/grpc-grpc/src/ruby/bin/ |
D | noproto_client.rb | 30 def self.marshal(_o) singletonMethod in NoProtoMsg
|
D | noproto_server.rb | 30 def self.marshal(_o) singletonMethod in NoProtoMsg
|
/external/grpc-grpc/src/ruby/spec/generic/ |
D | service_spec.rb | 21 def self.marshal(_o) singletonMethod in GoodMsg 158 def marshal(o) method in OnlyMarshal
|
/external/syzkaller/vendor/google.golang.org/grpc/encoding/proto/ |
D | proto.go | 53 func marshal(v interface{}, cb *cachedProtoBuffer) ([]byte, error) { func
|
/external/grpc-grpc/src/ruby/spec/support/ |
D | services.rb | 20 def self.marshal(_o) singletonMethod in EchoMsg
|
/external/boringssl/src/ssl/test/runner/hrss/ |
D | hrss.go | 168 func (p *poly3) marshal(out []byte) { func 500 func (in *poly) marshal(out []byte) { func
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_API.dtd | 42 marshal NMTOKEN #IMPLIED attribute
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
D | key.go | 114 func (k *Key) marshal(b *bytes.Buffer) { func
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | SoapSerializationEnvelope.java | 587 public void addMapping(String namespace, String name, Class clazz, Marshal marshal) { in addMapping() 800 Object marshal) in writeElement()
|
/external/golang-protobuf/proto/ |
D | lib.go | 961 marshal *marshalInfo member
|
D | table_marshal.go | 221 func (u *marshalInfo) marshal(b []byte, ptr pointer, deterministic bool) ([]byte, error) { func
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | lib.go | 917 marshal *marshalInfo member
|
D | table_marshal.go | 220 func (u *marshalInfo) marshal(b []byte, ptr pointer, deterministic bool) ([]byte, error) { func
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.4.rst | 1100 marshal section in Improved Modules
|
/external/wayland/tests/ |
D | connection-test.c | 165 marshal(struct marshal_data *data, const char *format, int size, ...) in marshal() function
|
/external/python/cpython2/Lib/test/ |
D | test_bytes.py | 995 def marshal(self, x): member in BytearrayPEP3137Test
|
/external/python/cpython3/Lib/test/ |
D | test_bytes.py | 1680 def marshal(self, x): member in BytearrayPEP3137Test
|