Home
last modified time | relevance | path

Searched refs:GreeterService (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/examples/node/static_codegen/
Dhelloworld_grpc_pb.js46 var GreeterService = exports.GreeterService = { variable
61 exports.GreeterClient = grpc.makeGenericClientConstructor(GreeterService);
Dgreeter_server.js39 server.addService(services.GreeterService, {sayHello: sayHello});
/third_party/flatbuffers/grpc/examples/ts/greeter/src/
Dgreeter_grpc.js32 var GreeterService = exports.GreeterService = { variable
56 exports.GreeterClient = grpc.makeGenericClientConstructor(GreeterService);
Dserver.ts4 import { IGreeterServer, GreeterService } from './greeter_grpc';
35 server.addService<IGreeterServer>(GreeterService, new GreeterServer());
Dgreeter_grpc.d.ts33 export const GreeterService: IGreeterService; constant