Home
last modified time | relevance | path

Searched defs:unmarshal (Results 1 – 9 of 9) sorted by relevance

/third_party/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.rb88 def initialize(call, marshal, unmarshal, deadline, started: true, argument
/third_party/grpc/src/ruby/bin/
Dnoproto_client.rb34 def self.unmarshal(_o) singletonMethod in NoProtoMsg
Dnoproto_server.rb34 def self.unmarshal(_o) singletonMethod in NoProtoMsg
/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_marshal.py82 def print_sync_call(self, func, unmarshal = 0): argument
/third_party/grpc/src/ruby/spec/support/
Dservices.rb30 def self.unmarshal(msg) singletonMethod in EchoMsg
/third_party/grpc/src/ruby/spec/generic/
Dservice_spec.rb25 def self.unmarshal(_o) singletonMethod in GoodMsg
/third_party/libffi/src/riscv/
Dffi.c254 static void *unmarshal(call_builder *cb, ffi_type *type, int var, void *data) { in unmarshal() function