Searched defs:unmarshal (Results 1 – 9 of 9) sorted by relevance
/third_party/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 | 88 def initialize(call, marshal, unmarshal, deadline, started: true, argument
|
/third_party/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
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
D | gl_marshal.py | 82 def print_sync_call(self, func, unmarshal = 0): argument
|
/third_party/grpc/src/ruby/spec/support/ |
D | services.rb | 30 def self.unmarshal(msg) singletonMethod in EchoMsg
|
/third_party/grpc/src/ruby/spec/generic/ |
D | service_spec.rb | 25 def self.unmarshal(_o) singletonMethod in GoodMsg
|
/third_party/libffi/src/riscv/ |
D | ffi.c | 254 static void *unmarshal(call_builder *cb, ffi_type *type, int var, void *data) { in unmarshal() function
|