Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/grpc/examples/ts/greeter/src/
H A Dgreeter_grpc.js32 var GreeterService = exports.GreeterService = { variable
H A Dgreeter_grpc.d.ts33 export const GreeterService: IGreeterService; constant
/aosp_15_r20/external/grpc-grpc/examples/android/binder/java/io/grpc/binder/cpp/exampleserver/
H A Dnative.cc27 class GreeterService : public helloworld::Greeter::Service { class