Home
last modified time | relevance | path

Searched defs:unmarshal (Results 1 – 21 of 21) 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.go866 func (m *clientHelloMsg) unmarshal(data []byte) bool { func
1419 func (m *serverHelloMsg) unmarshal(data []byte) bool { func
1531 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { func
1711 func (m *serverExtensions) unmarshal(data byteReader, version uint16) bool { func
1875 func (m *clientEncryptedExtensionsMsg) unmarshal(data []byte) bool { func
1974 func (m *helloRetryRequestMsg) unmarshal(data []byte) bool { func
2106 func (m *certificateMsg) unmarshal(data []byte) bool { func
2205 func (m *compressedCertificateMsg) unmarshal(data []byte) bool { func
2239 func (m *serverKeyExchangeMsg) unmarshal(data []byte) bool { func
2275 func (m *certificateStatusMsg) unmarshal(data []byte) bool { func
[all …]
Dticket.go94 func (s *sessionState) unmarshal(data []byte) bool { func
Dcommon.go2157 unmarshal([]byte) bool methodSpec
/external/golang-protobuf/internal/impl/
Dcodec_tables.go21unmarshal func(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOptions)… member
30unmarshal func(b []byte, v pref.Value, num protowire.Number, wtyp protowire.Type, opts unmarshalOp… member
Ddecode.go58 func (mi *MessageInfo) unmarshal(in piface.UnmarshalInput) (piface.UnmarshalOutput, error) { func
/external/grpc-grpc/src/ruby/bin/
Dnoproto_client.rb34 def self.unmarshal(_o) singletonMethod in NoProtoMsg
Dnoproto_server.rb34 def self.unmarshal(_o) singletonMethod in NoProtoMsg
/external/golang-protobuf/cmd/protoc-gen-go/testdata/fieldnames/
Dfieldnames.proto26 optional string unmarshal = 12; field
/external/golang-protobuf/proto/
Ddecode.go82 func (o UnmarshalOptions) unmarshal(b []byte, m protoreflect.Message) (out protoiface.UnmarshalOutp… func
/external/golang-protobuf/encoding/prototext/
Ddecode.go64 func (o UnmarshalOptions) unmarshal(b []byte, m proto.Message) error { func
/external/grpc-grpc/src/ruby/spec/support/
Dservices.rb24 def self.unmarshal(_o) singletonMethod in EchoMsg
/external/mesa3d/src/mapi/glapi/gen/
Dgl_marshal.py84 def print_sync_call(self, func, unmarshal = 0): argument
/external/grpc-grpc/src/ruby/spec/generic/
Dservice_spec.rb25 def self.unmarshal(_o) singletonMethod in GoodMsg
/external/golang-protobuf/encoding/protojson/
Ddecode.go64 func (o UnmarshalOptions) unmarshal(b []byte, m proto.Message) error { func
/external/golang-protobuf/testing/protopack/
Dpack.go306 func (m *Message) unmarshal(in []byte, desc protoreflect.MessageDescriptor, inferMessage bool) { func
/external/libffi/src/riscv/
Dffi.c254 static void *unmarshal(call_builder *cb, ffi_type *type, int var, void *data) { in unmarshal() function
/external/boringssl/src/ssl/test/runner/hrss/
Dhrss.go532 func (out *poly) unmarshal(in []byte) bool { func
/external/starlark-go/lib/proto/
Dproto.go246 func unmarshal(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlar… func