Searched refs:each_remote_read (Results 1 – 9 of 9) sorted by relevance
53 call.each_remote_read.each do |r|87 call.each_remote_read.each do |r|
77 call.each_remote_read do |lat|83 call.each_remote_read do |lat|
62 call.each_remote_read.each { |r| GRPC.logger.info(r) }
468 expect(client_call.each_remote_read).to be_a(Enumerator)482 e = client_call.each_remote_read502 e = client_call.each_remote_read
128 call.each_remote_read.each { |r| GRPC.logger.info(r) }650 call.each_remote_read.each { |r| p r }
111 nums = call.each_remote_read.collect(&:num)
188 sizes = call.each_remote_read.map { |x| x.payload.body.length }
109 call.each_remote_read do |point|
290 def each_remote_read method in GRPC.ActiveCall