Home
last modified time | relevance | path

Searched full:route_guide (Results 1 – 25 of 32) sorted by relevance

12

/external/grpc-grpc/examples/cpp/
Dcpptutorial.md35 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/
DREADME.md7 …_codegen/route_guide/ --grpc_out=../node/static_codegen/route_guide/ --plugin=protoc-gen-grpc=`whi…
/external/grpc-grpc/examples/cpp/route_guide/
DMakefile41 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
Dhelper.cc26 #include "route_guide.grpc.pb.h"
/external/grpc-grpc/examples/
DBUILD37 name = "route_guide",
38 srcs = ["protos/route_guide.proto"],
/external/grpc-grpc/examples/protos/
DREADME.md7 - [route_guide.proto]
/external/grpc-grpc/examples/php/
Dcomposer.json10 "": "route_guide/"
/external/grpc-grpc/tools/distrib/
Dcheck_copyright.py76 '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/
Drun_route_guide_client.sh20 ../../node/static_codegen/route_guide/route_guide_db.json
Droute_guide_proto_gen.sh16 …ut=./ --plugin=protoc-gen-grpc=./../../../bins/opt/grpc_php_plugin ./../../protos/route_guide.proto
/external/grpc-grpc/examples/python/route_guide/
Drun_codegen.py23 '../../protos/route_guide.proto',
Droute_guide_pb2.py2 # source: route_guide.proto
19 name='route_guide.proto',
/external/grpc-grpc/examples/ruby/
Dgrpc-demo.gemspec14 s.executables = `git ls-files -- ruby/greeter*.rb ruby/route_guide/*.rb`.split("\n").map do |f|
/external/grpc-grpc/examples/python/multiplex/
Drun_codegen.py30 '../../protos/route_guide.proto',
Droute_guide_pb2.py2 # source: route_guide.proto
19 name='route_guide.proto',
/external/grpc-grpc/test/distrib/cpp/
Drun_distrib_test_routeguide.sh32 cd ../../../examples/cpp/route_guide
/external/grpc-grpc/examples/csharp/RouteGuide/
Dgenerate_protos.bat26 %PROTOC% -I../../protos --csharp_out RouteGuide ../../protos/route_guide.proto --grpc_out RouteGui…
/external/grpc-grpc/examples/ruby/lib/
Droute_guide_pb.rb2 # source: route_guide.proto
Droute_guide_services_pb.rb2 # Source: route_guide.proto for package 'routeguide'
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/routeguide/
DRouteGuideServer.java43 * 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.yml28 WORKSPACE="RouteGuideClient.xcworkspace" TEST_PATH="examples/objective-c/route_guide"
/external/grpc-grpc/examples/objective-c/route_guide/
DRouteGuide.podspec38 #{src}/route_guide.proto
/external/grpc-grpc-java/examples/
DBUILD.bazel39 srcs = ["src/main/proto/route_guide.proto"],
/external/grpc-grpc/examples/ruby/route_guide/
Droute_guide_server.rb163 fail 'Please specify the path to the route_guide json database'
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
DRouteGuide.cs3 // 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