Searched refs:GenericService (Results 1 – 7 of 7) sorted by relevance
41 GenericService = GRPC::GenericService constant51 describe GenericService do describe54 expect(GenericService.underscore('AnRPC')).to eq('an_rpc')55 expect(GenericService.underscore('AMethod')).to eq('a_method')56 expect(GenericService.underscore('PrintHTML')).to eq('print_html')57 expect(GenericService.underscore('SeeHTMLBooks')).to eq('see_html_books')64 include GenericService71 include GenericService81 include GenericService92 include GenericService[all …]
24 module GenericService module98 define_method(GenericService.underscore(name.to_s).to_sym) do |_, _|163 mth_name = GenericService.underscore(name.to_s).to_sym
466 unless cls.include?(GenericService)481 rpc_name = GenericService.underscore(name.to_s).to_sym
6 This is mainly intended to show basic usage of the GRPC::GenericService module
38 public static class GenericService class
74 service = GenericService.BindHandler(genericService.StreamingCall); in CreateStarted()
284 …var callDetails = new CallInvocationDetails<byte[], byte[]>(channel, GenericService.StreamingCallM… in RunGenericStreamingAsync()