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.go359 func (m *clientHelloMsg) marshal() []byte { func
1111 func (m *serverHelloMsg) marshal() []byte { func
1303 func (m *encryptedExtensionsMsg) marshal() []byte { func
1362 func (m *serverExtensions) marshal(extensions *byteBuilder) { func
1658 func (m *clientEncryptedExtensionsMsg) marshal() (x []byte) { func
1727 func (m *helloRetryRequestMsg) marshal() []byte { func
1870 func (m *certificateMsg) marshal() (x []byte) { func
2000 func (m *compressedCertificateMsg) marshal() (x []byte) { func
2040 func (m *serverKeyExchangeMsg) marshal() []byte { func
2066 func (m *certificateStatusMsg) marshal() []byte { func
[all …]
Dticket.go37 func (s *sessionState) marshal() []byte { func
Dcommon.go2019 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/python/cpython3/Doc/library/
Dpickle.rst87 .. _comparison-with-json:
/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
Dgl_XML.py568 def size_string(self, use_parens = 1, marshal = 0): argument
/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/libffi/src/riscv/
Dffi.c209 static void marshal(call_builder *cb, ffi_type *type, int var, void *data) { in marshal() function
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1100 marshal section in Improved Modules
/external/wayland/tests/
Dconnection-test.c200 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/starlark-go/lib/proto/
Dproto.go225 func marshal(_ *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple… func
/external/python/cpython3/Lib/test/
Dtest_bytes.py1814 def marshal(self, x): member in BytearrayPEP3137Test