Home
last modified time | relevance | path

Searched defs:Greeter (Results 1 – 19 of 19) sorted by relevance

/external/perfetto/src/ipc/test/
Dgreeter_service.proto24 service Greeter { service
25 rpc SayHello(GreeterRequestMsg) returns (GreeterReplyMsg) {}
26 rpc WaveGoodbye(GreeterRequestMsg) returns (GreeterReplyMsg) {}
/external/grpc-grpc-java/examples/android/clientcache/app/src/main/proto/
Dhelloworld.proto24 service Greeter { service
26 rpc SayHello (HelloRequest) returns (HelloReply) {}
28 rpc SayAnotherHello (HelloRequest) returns (HelloReply) {}
/external/grpc-grpc-java/examples/src/main/proto/
Dhelloworld.proto24 service Greeter { service
26 rpc SayHello (HelloRequest) returns (HelloReply) {}
/external/grpc-grpc/examples/protos/
Dhelloworld.proto25 service Greeter { service
27 rpc SayHello (HelloRequest) returns (HelloReply) {}
/external/clang/test/SemaObjC/
Dscope-check.m74 @interface Greeter interface
78 @implementation Greeter implementation
Dunused.m5 @interface Greeter interface
9 @implementation Greeter implementation
/external/grpc-grpc-java/examples/example-kotlin/android/helloworld/app/src/main/proto/
Dhelloworld.proto24 service Greeter { service
26 rpc SayHello (HelloRequest) returns (HelloReply) {}
/external/grpc-grpc-java/examples/android/helloworld/app/src/main/proto/
Dhelloworld.proto24 service Greeter { service
26 rpc SayHello (HelloRequest) returns (HelloReply) {}
/external/grpc-grpc-java/examples/example-kotlin/src/main/proto/
Dhelloworld.proto24 service Greeter { service
26 rpc SayHello (HelloRequest) returns (HelloReply) {}
/external/opencensus-java/examples/src/main/proto/
Dhelloworld.proto26 service Greeter { service
28 rpc SayHello (HelloRequest) returns (HelloReply) {}
/external/grpc-grpc/test/distrib/csharp/test_codegen/
Dtestcodegen.proto19 service Greeter { service
20 rpc SayHello (HelloRequest) returns (HelloReply) {}
/external/grpc-grpc/examples/ruby/lib/
Dhelloworld_services_pb.rb23 module Greeter module
/external/grpc-grpc/examples/python/helloworld/
Dgreeter_server.py27 class Greeter(helloworld_pb2_grpc.GreeterServicer): class
Dgreeter_server_with_reflection.py28 class Greeter(helloworld_pb2_grpc.GreeterServicer): class
/external/grpc-grpc/examples/python/interceptors/headers/
Dgreeter_server.py28 class Greeter(helloworld_pb2_grpc.GreeterServicer): class
/external/google-fruit/examples/hello_world/
Dmain.cpp24 class Greeter { class
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
DHelloworldGrpc.cs29 public static partial class Greeter class
/external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
DHelloworldGrpc.cs30 public static partial class Greeter class
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/
DHelloworldGrpc.cs29 public static partial class Greeter class