/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 | 679 func (m *clientHelloMsg) unmarshal(data []byte) bool { func 1081 func (m *serverHelloMsg) unmarshal(data []byte) bool { func 1193 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { func 1365 func (m *serverExtensions) unmarshal(data byteReader, version uint16) bool { func 1541 func (m *helloRetryRequestMsg) unmarshal(data []byte) bool { func 1685 func (m *certificateMsg) unmarshal(data []byte) bool { func 1784 func (m *compressedCertificateMsg) unmarshal(data []byte) bool { func 1818 func (m *serverKeyExchangeMsg) unmarshal(data []byte) bool { func 1854 func (m *certificateStatusMsg) unmarshal(data []byte) bool { func 1874 func (m *serverHelloDoneMsg) unmarshal(data []byte) bool { func [all …]
|
D | ticket.go | 68 func (s *sessionState) unmarshal(data []byte) bool { func
|
D | common.go | 1889 unmarshal([]byte) bool methodSpec
|
/external/grpc-grpc/src/ruby/bin/ |
D | noproto_client.rb | 34 def self.unmarshal(_o) singletonMethod in NoProtoMsg
|
D | noproto_server.rb | 34 def self.unmarshal(_o) singletonMethod in NoProtoMsg
|
/external/grpc-grpc/src/ruby/spec/support/ |
D | services.rb | 24 def self.unmarshal(_o) singletonMethod in EchoMsg
|
/external/grpc-grpc/src/ruby/spec/generic/ |
D | service_spec.rb | 25 def self.unmarshal(_o) singletonMethod in GoodMsg
|
/external/golang-protobuf/proto/ |
D | lib.go | 962 unmarshal *unmarshalInfo member
|
D | table_unmarshal.go | 96 unmarshal unmarshaler member 134 func (u *unmarshalInfo) unmarshal(m pointer, b []byte) error { func
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | lib.go | 918 unmarshal *unmarshalInfo member
|
D | table_unmarshal.go | 96 unmarshal unmarshaler member 134 func (u *unmarshalInfo) unmarshal(m pointer, b []byte) error { func
|
/external/boringssl/src/ssl/test/runner/hrss/ |
D | hrss.go | 532 func (out *poly) unmarshal(in []byte) bool { func
|