Home
last modified time | relevance | path

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

12

/external/grpc-grpc/src/ruby/lib/grpc/generic/
Dclient_stub.rb150 def request_response(method, req, marshal, unmarshal, argument
227 def client_streamer(method, requests, marshal, unmarshal, argument
318 def server_streamer(method, req, marshal, unmarshal, argument
440 def bidi_streamer(method, requests, marshal, unmarshal, argument
487 def new_active_call(method, marshal, unmarshal, argument
Dbidi_call.rb44 def initialize(call, marshal, unmarshal, metadata_received: false, argument
Dactive_call.rb88 def initialize(call, marshal, unmarshal, deadline, started: true, argument
/external/cronet/stable/third_party/boringssl/src/ssl/test/runner/
Dhandshake_messages.go639 func (m *clientHelloMsg) marshal() []byte { func
1204 func (m *serverHelloMsg) marshal() []byte { func
1388 func (m *encryptedExtensionsMsg) marshal() []byte { func
1449 func (m *serverExtensions) marshal(extensions *cryptobyte.Builder) { func
1730 func (m *clientEncryptedExtensionsMsg) marshal() (x []byte) { func
1810 func (m *helloRetryRequestMsg) marshal() []byte { func
1951 func (m *certificateMsg) marshal() (x []byte) { func
2083 func (m *compressedCertificateMsg) marshal() (x []byte) { func
2123 func (m *serverKeyExchangeMsg) marshal() []byte { func
2149 func (m *certificateStatusMsg) marshal() []byte { func
[all …]
Dticket.go42 func (s *sessionState) marshal() []byte { func
/external/cronet/tot/third_party/boringssl/src/ssl/test/runner/
Dhandshake_messages.go639 func (m *clientHelloMsg) marshal() []byte { func
1204 func (m *serverHelloMsg) marshal() []byte { func
1388 func (m *encryptedExtensionsMsg) marshal() []byte { func
1449 func (m *serverExtensions) marshal(extensions *cryptobyte.Builder) { func
1730 func (m *clientEncryptedExtensionsMsg) marshal() (x []byte) { func
1810 func (m *helloRetryRequestMsg) marshal() []byte { func
1951 func (m *certificateMsg) marshal() (x []byte) { func
2083 func (m *compressedCertificateMsg) marshal() (x []byte) { func
2123 func (m *serverKeyExchangeMsg) marshal() []byte { func
2149 func (m *certificateStatusMsg) marshal() []byte { func
[all …]
Dticket.go42 func (s *sessionState) marshal() []byte { func
/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go661 func (m *clientHelloMsg) marshal() []byte { func
1260 func (m *serverHelloMsg) marshal() []byte { func
1455 func (m *encryptedExtensionsMsg) marshal() []byte { func
1516 func (m *serverExtensions) marshal(extensions *cryptobyte.Builder) { func
1797 func (m *clientEncryptedExtensionsMsg) marshal() (x []byte) { func
1879 func (m *helloRetryRequestMsg) marshal() []byte { func
2027 func (m *certificateMsg) marshal() (x []byte) { func
2158 func (m *compressedCertificateMsg) marshal() (x []byte) { func
2198 func (m *serverKeyExchangeMsg) marshal() []byte { func
2224 func (m *certificateStatusMsg) marshal() []byte { func
[all …]
Dticket.go42 func (s *sessionState) marshal() []byte { func
/external/golang-protobuf/internal/impl/
Dcodec_tables.go20 marshal func(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) member
29 marshal func(b []byte, v protoreflect.Value, wiretag uint64, opts marshalOptions) ([]byte, error) member
Dencode.go100 func (mi *MessageInfo) marshal(in piface.MarshalInput) (out piface.MarshalOutput, err error) { func
/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
160 def marshal(o) method in OnlyMarshal
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue387/
DYamlExecuteProcessContextTest.java60 String marshal = "unitStatuses: !!set\n" + " ? status: EXECUTE_STATUS_DONE\n" in parameterizedCollectionTest() local
/external/golang-protobuf/cmd/protoc-gen-go/testdata/fieldnames/
Dfieldnames.proto25 optional string marshal = 11; field
/external/golang-protobuf/proto/
Dencode.go140 func (o MarshalOptions) marshal(b []byte, m protoreflect.Message) (out protoiface.MarshalOutput, er… func
/external/python/cpython3/Doc/library/
Dpickle.rst87 .. _comparison-with-json:
/external/golang-protobuf/encoding/prototext/
Dencode.go110 func (o MarshalOptions) marshal(m proto.Message) ([]byte, error) { func
/external/golang-protobuf/encoding/protojson/
Dencode.go115 func (o MarshalOptions) marshal(m proto.Message) ([]byte, error) { func
/external/grpc-grpc/src/ruby/spec/support/
Dservices.rb26 def self.marshal(o) singletonMethod in EchoMsg
/external/mesa3d/src/mapi/glapi/gen/
Dgl_API.dtd42 marshal NMTOKEN #IMPLIED attribute
/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/python/cpython3/Doc/whatsnew/
D3.13.rst966 marshal section in Improved Modules
/external/mesa3d/src/mesa/main/
Dglthread_draw_unroll.c827 attrib_func marshal; /* glVertex4fv, etc. */ member

12