Home
last modified time | relevance | path

Searched defs:GreeterService (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/examples/cpp/flow_control/
Dserver_flow_control_server.cc98 class GreeterService final : public helloworld::Greeter::CallbackService { class
100 GreeterService(size_t message_size, size_t to_send) in GreeterService() function in __anon9b4504fe0111::GreeterService
/third_party/flatbuffers/grpc/examples/ts/greeter/src/
Dgreeter_grpc.js32 var GreeterService = exports.GreeterService = { variable
Dgreeter_grpc.d.ts33 export const GreeterService: IGreeterService; constant