Home
last modified time | relevance | path

Searched defs:marshal (Results 1 – 23 of 23) sorted by relevance

/external/grpc-grpc/src/ruby/lib/grpc/generic/
Dclient_stub.rb148 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
Dbidi_call.rb44 def initialize(call, marshal, unmarshal, metadata_received: false, argument
Dactive_call.rb89 def initialize(call, marshal, unmarshal, deadline, started: true, argument
/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go370 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 …]
Dticket.go35 func (s *sessionState) marshal() []byte { func
Dcommon.go1888 marshal() []byte methodSpec
/external/grpc-grpc/src/ruby/bin/
Dnoproto_client.rb30 def self.marshal(_o) singletonMethod in NoProtoMsg
Dnoproto_server.rb30 def self.marshal(_o) singletonMethod in NoProtoMsg
/external/grpc-grpc/src/ruby/spec/generic/
Dservice_spec.rb21 def self.marshal(_o) singletonMethod in GoodMsg
158 def marshal(o) method in OnlyMarshal
/external/syzkaller/vendor/google.golang.org/grpc/encoding/proto/
Dproto.go53 func marshal(v interface{}, cb *cachedProtoBuffer) ([]byte, error) { func
/external/grpc-grpc/src/ruby/spec/support/
Dservices.rb20 def self.marshal(_o) singletonMethod in EchoMsg
/external/boringssl/src/ssl/test/runner/hrss/
Dhrss.go168 func (p *poly3) marshal(out []byte) { func
500 func (in *poly) marshal(out []byte) { func
/external/mesa3d/src/mapi/glapi/gen/
Dgl_API.dtd42 marshal NMTOKEN #IMPLIED attribute
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dkey.go114 func (k *Key) marshal(b *bytes.Buffer) { func
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapSerializationEnvelope.java587 public void addMapping(String namespace, String name, Class clazz, Marshal marshal) { in addMapping()
800 Object marshal) in writeElement()
/external/golang-protobuf/proto/
Dlib.go961 marshal *marshalInfo member
Dtable_marshal.go221 func (u *marshalInfo) marshal(b []byte, ptr pointer, deterministic bool) ([]byte, error) { func
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dlib.go917 marshal *marshalInfo member
Dtable_marshal.go220 func (u *marshalInfo) marshal(b []byte, ptr pointer, deterministic bool) ([]byte, error) { func
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1100 marshal section in Improved Modules
/external/wayland/tests/
Dconnection-test.c165 marshal(struct marshal_data *data, const char *format, int size, ...) in marshal() function
/external/python/cpython2/Lib/test/
Dtest_bytes.py995 def marshal(self, x): member in BytearrayPEP3137Test
/external/python/cpython3/Lib/test/
Dtest_bytes.py1680 def marshal(self, x): member in BytearrayPEP3137Test