/external/google-fruit/extras/doc/ |
D | greeter.tex | 6 \newnamedcomponent{0}{0}{bind1}{bind<Greeter, GreeterImpl>} 7 \newcomponent{6}{0}{GreeterImpl} 12 \umlassemblyconnector[interface=Writer]{GreeterImpl}{bind2} 13 \umlassemblyconnector[interface=GreeterImpl]{bind1}{GreeterImpl}
|
D | simple_greeter.tex | 6 \newcomponent{0}{0}{GreeterImpl} 8 \umlprovidedinterface[interface=Greeter, distance=2.5, padding=0.5cm]{GreeterImpl} 9 \umlassemblyconnector[interface=Writer, distance=5]{GreeterImpl}{StdoutWriter} 12 \umlassoc{GreeterComponent-west-port}{GreeterImpl-west-interface}
|
D | inject_typedef_greeter.tex | 5 \newnamedcomponent{0}{2.5}{GreeterImpl1}{GreeterImpl} 6 \newnamedcomponent{0}{0}{GreeterImpl2}{GreeterImpl} 7 \umlprovidedinterface[interface=GreeterImpl, distance=2.5, padding=0.9cm]{GreeterImpl1} 9 \umlprovidedinterface[interface=std::function<std::unique\_ptr<GreeterImpl>()>, distance=5.5, paddi…
|
D | inject_typedef_templated_constructor.tex | 5 \newnamedcomponent{0}{2.5}{GreeterImpl1}{GreeterImpl} 6 \newnamedcomponent{0}{0}{GreeterImpl2}{GreeterImpl} 7 \umlprovidedinterface[interface=GreeterImpl, distance=2.5, padding=0.9cm]{GreeterImpl1} 9 \umlprovidedinterface[interface=std::function<std::unique\_ptr<GreeterImpl>()>, distance=5.5, paddi…
|
D | inject_macro.tex | 5 \newnamedcomponent{0}{2.5}{GreeterImpl1}{GreeterImpl} 6 \newnamedcomponent{0}{0}{GreeterImpl2}{GreeterImpl} 7 \umlprovidedinterface[interface=GreeterImpl, distance=2.5, padding=0.9cm]{GreeterImpl1} 9 \umlprovidedinterface[interface=std::function<std::unique\_ptr<GreeterImpl>()>, distance=5.5, paddi…
|
D | inject_macro_template.tex | 5 \newnamedcomponent{0}{2.5}{GreeterImpl1}{GreeterImpl} 6 \newnamedcomponent{0}{0}{GreeterImpl2}{GreeterImpl} 7 \umlprovidedinterface[interface=GreeterImpl<W>, distance=3.2, padding=0.9cm]{GreeterImpl1} 10 \umlprovidedinterface[interface=std::function<std::unique\_ptr<GreeterImpl<W>{}>()>, distance=5.9, …
|
D | register_constructor.tex | 7 \umlprovidedinterface[interface=GreeterImpl, distance=3.3, padding=0.9cm]{registerConstructor1} 9 \umlprovidedinterface[interface=std::function<std::unique\_ptr<GreeterImpl>()>, distance=6, padding…
|
D | register_constructor_component.tex | 9 \umlassemblyconnector[interface=GreeterImpl, distance=7]{registerConstructor}{bind}
|
/external/google-fruit/examples/testing/ |
D | greeter.cpp | 19 class GreeterImpl : public Greeter { class 21 INJECT(GreeterImpl()) = default; 30 .bind<Greeter, GreeterImpl>(); in getGreeterComponent()
|
/external/google-fruit/examples/hello_world/ |
D | main.cpp | 29 class GreeterImpl : public Greeter { class 36 INJECT(GreeterImpl(Writer* writer)) : writer(writer) {} in INJECT() 44 return fruit::createComponent().bind<Writer, StdoutWriter>().bind<Greeter, GreeterImpl>(); in getGreeterComponent()
|
/external/google-fruit/extras/bazel_usage_example/ |
D | main.cpp | 29 class GreeterImpl : public Greeter { class 36 INJECT(GreeterImpl(Writer* writer)) : writer(writer) {} in INJECT() 44 return fruit::createComponent().bind<Writer, StdoutWriter>().bind<Greeter, GreeterImpl>(); in getGreeterComponent()
|
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/ |
D | Program.cs | 22 class GreeterImpl : Greeter.GreeterBase class 39 Services = { Greeter.BindService(new GreeterImpl()) }, in Main()
|
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/ |
D | Program.cs | 22 class GreeterImpl : Greeter.GreeterBase class 39 Services = { Greeter.BindService(new GreeterImpl()) }, in Main()
|
/external/grpc-grpc-java/examples/example-kotlin/src/test/kotlin/io/grpc/examples/helloworld/ |
D | HelloWorldServerTest.kt | 21 import io.grpc.examples.helloworld.HelloWorldServer.GreeterImpl 60 .forName(serverName).directExecutor().addService(GreeterImpl()).build().start()) in greeterImpl_replyMessage()
|
/external/grpc-grpc-java/examples/src/test/java/io/grpc/examples/helloworld/ |
D | HelloWorldServerTest.java | 21 import io.grpc.examples.helloworld.HelloWorldServer.GreeterImpl; 58 .forName(serverName).directExecutor().addService(new GreeterImpl()).build().start()); in greeterImpl_replyMessage()
|
/external/rust/crates/grpcio-sys/grpc/test/distrib/csharp/DistribTest/ |
D | Program.cs | 34 Services = { Greeter.BindService(new GreeterImpl()) }, in Main() 66 class GreeterImpl : Greeter.GreeterBase class
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/ |
D | ViewController.cs | 61 Services = { Greeter.BindService(new GreeterImpl()) }, in SayHello() 82 class GreeterImpl : Greeter.GreeterBase class in HelloworldXamarin.iOS.ViewController
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/ |
D | MainActivity.cs | 52 Services = { Greeter.BindService(new GreeterImpl()) }, in SayHello() 74 class GreeterImpl : Greeter.GreeterBase class in HelloworldXamarin.Droid.MainActivity
|
/external/grpc-grpc-java/examples/example-kotlin/src/main/kotlin/io/grpc/examples/helloworld/ |
D | HelloWorldServer.kt | 40 .addService(GreeterImpl()) in start() 66 internal class GreeterImpl : GreeterGrpc.GreeterImplBase() { class in io.grpc.examples.helloworld.HelloWorldServer
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworld/ |
D | HelloWorldServer.java | 37 .addService(new GreeterImpl()) in start() 76 static class GreeterImpl extends GreeterGrpc.GreeterImplBase { class in HelloWorldServer
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/header/ |
D | CustomHeaderServer.java | 42 .addService(ServerInterceptors.intercept(new GreeterImpl(), new HeaderServerInterceptor())) in start() 81 private static class GreeterImpl extends GreeterGrpc.GreeterImplBase { class in CustomHeaderServer
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/advanced/ |
D | HelloJsonServer.java | 54 .addService(new GreeterImpl()) in start() 93 private static class GreeterImpl implements BindableService { class in HelloJsonServer
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworldtls/ |
D | HelloWorldServerTls.java | 74 .addService(new GreeterImpl()) in start() 127 static class GreeterImpl extends GreeterGrpc.GreeterImplBase { class in HelloWorldServerTls
|
/external/opencensus-java/examples/src/main/java/io/opencensus/examples/grpc/helloworld/ |
D | HelloWorldServer.java | 87 server = ServerBuilder.forPort(serverPort).addService(new GreeterImpl()).build().start(); in start() 155 static class GreeterImpl extends GreeterGrpc.GreeterImplBase { class in HelloWorldServer
|
/external/grpc-grpc/doc/csharp/ |
D | server_reflection.md | 24 ServerReflection.BindService(new GreeterImpl()),
|