Searched full:route_guide (Results 1 – 25 of 32) sorted by relevance
12
/external/grpc-grpc/examples/cpp/ |
D | cpptutorial.md | 35 The example code for our tutorial is in [examples/cpp/route_guide](route_guide). 46 [`examples/protos/route_guide.proto`](../protos/route_guide.proto). 130 For simplicity, we've provided a [Makefile](route_guide/Makefile) that runs 136 $ make route_guide.grpc.pb.cc route_guide.pb.cc 142 …protos --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_cpp_plugin` ../../protos/route_guide.proto 143 $ protoc -I ../../protos --cpp_out=. ../../protos/route_guide.proto 147 - `route_guide.pb.h`, the header which declares your generated message classes 148 - `route_guide.pb.cc`, which contains the implementation of your message classes 149 - `route_guide.grpc.pb.h`, the header which declares your generated service 151 - `route_guide.grpc.pb.cc`, which contains the implementation of your service [all …]
|
/external/grpc-grpc/examples/node/static_codegen/ |
D | README.md | 7 …_codegen/route_guide/ --grpc_out=../node/static_codegen/route_guide/ --plugin=protoc-gen-grpc=`whi…
|
/external/grpc-grpc/examples/cpp/route_guide/ |
D | Makefile | 41 route_guide_client: route_guide.pb.o route_guide.grpc.pb.o route_guide_client.o helper.o 44 route_guide_server: route_guide.pb.o route_guide.grpc.pb.o route_guide_server.o helper.o
|
D | helper.cc | 26 #include "route_guide.grpc.pb.h"
|
/external/grpc-grpc/examples/ |
D | BUILD | 37 name = "route_guide", 38 srcs = ["protos/route_guide.proto"],
|
/external/grpc-grpc/examples/protos/ |
D | README.md | 7 - [route_guide.proto]
|
/external/grpc-grpc/examples/php/ |
D | composer.json | 10 "": "route_guide/"
|
/external/grpc-grpc/tools/distrib/ |
D | check_copyright.py | 76 'examples/python/route_guide/route_guide_pb2.py', 77 'examples/python/route_guide/route_guide_pb2_grpc.py',
|
/external/grpc-grpc/examples/php/route_guide/ |
D | run_route_guide_client.sh | 20 ../../node/static_codegen/route_guide/route_guide_db.json
|
D | route_guide_proto_gen.sh | 16 …ut=./ --plugin=protoc-gen-grpc=./../../../bins/opt/grpc_php_plugin ./../../protos/route_guide.proto
|
/external/grpc-grpc/examples/python/route_guide/ |
D | run_codegen.py | 23 '../../protos/route_guide.proto',
|
D | route_guide_pb2.py | 2 # source: route_guide.proto 19 name='route_guide.proto',
|
/external/grpc-grpc/examples/ruby/ |
D | grpc-demo.gemspec | 14 s.executables = `git ls-files -- ruby/greeter*.rb ruby/route_guide/*.rb`.split("\n").map do |f|
|
/external/grpc-grpc/examples/python/multiplex/ |
D | run_codegen.py | 30 '../../protos/route_guide.proto',
|
D | route_guide_pb2.py | 2 # source: route_guide.proto 19 name='route_guide.proto',
|
/external/grpc-grpc/test/distrib/cpp/ |
D | run_distrib_test_routeguide.sh | 32 cd ../../../examples/cpp/route_guide
|
/external/grpc-grpc/examples/csharp/RouteGuide/ |
D | generate_protos.bat | 26 %PROTOC% -I../../protos --csharp_out RouteGuide ../../protos/route_guide.proto --grpc_out RouteGui…
|
/external/grpc-grpc/examples/ruby/lib/ |
D | route_guide_pb.rb | 2 # source: route_guide.proto
|
D | route_guide_services_pb.rb | 2 # Source: route_guide.proto for package 'routeguide'
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/routeguide/ |
D | RouteGuideServer.java | 43 * A sample gRPC server that serve the RouteGuide (see route_guide.proto) service. 110 * <p>See route_guide.proto for details of the methods.
|
/external/grpc-grpc/ |
D | .travis.yml | 28 WORKSPACE="RouteGuideClient.xcworkspace" TEST_PATH="examples/objective-c/route_guide"
|
/external/grpc-grpc/examples/objective-c/route_guide/ |
D | RouteGuide.podspec | 38 #{src}/route_guide.proto
|
/external/grpc-grpc-java/examples/ |
D | BUILD.bazel | 39 srcs = ["src/main/proto/route_guide.proto"],
|
/external/grpc-grpc/examples/ruby/route_guide/ |
D | route_guide_server.rb | 163 fail 'Please specify the path to the route_guide json database'
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/ |
D | RouteGuide.cs | 3 // source: route_guide.proto 14 /// <summary>Holder for reflection information generated from route_guide.proto</summary> 18 /// <summary>File descriptor for route_guide.proto</summary>
|
12