OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:routeguide
(Results
1 - 10
of
10
) sorted by null
/external/grpc-grpc/examples/cpp/route_guide/
helper.h
25
namespace
routeguide
{
namespace
32
} // namespace
routeguide
helper.cc
28
namespace
routeguide
{
namespace
162
} // namespace
routeguide
/external/grpc-grpc/examples/node/static_codegen/route_guide/
route_guide_pb.js
12
goog.exportSymbol('proto.
routeguide
.Feature', null, global);
13
goog.exportSymbol('proto.
routeguide
.Point', null, global);
14
goog.exportSymbol('proto.
routeguide
.Rectangle', null, global);
15
goog.exportSymbol('proto.
routeguide
.RouteNote', null, global);
16
goog.exportSymbol('proto.
routeguide
.RouteSummary', null, global);
28
proto.
routeguide
.Point = function(opt_data) {
31
goog.inherits(proto.
routeguide
.Point, jspb.Message);
33
proto.
routeguide
.Point.displayName = 'proto.
routeguide
.Point';
48
proto.
routeguide
.Point.prototype.toObject = function(opt_includeInstance)
[
all
...]
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/routeguide/
RouteGuideUtil.java
17
package io.grpc.examples.
routeguide
;
29
* Common utilities for the
RouteGuide
demo.
RouteGuideClient.java
17
package io.grpc.examples.
routeguide
;
25
import io.grpc.examples.
routeguide
.RouteGuideGrpc.RouteGuideBlockingStub;
26
import io.grpc.examples.
routeguide
.RouteGuideGrpc.RouteGuideStub;
50
/** Construct client for accessing
RouteGuide
server at {@code host:port}. */
55
/** Construct client for accessing
RouteGuide
server using the existing channel. */
RouteGuideServer.java
17
package io.grpc.examples.
routeguide
;
43
* A sample gRPC server that serve the
RouteGuide
(see route_guide.proto) service.
55
/** Create a
RouteGuide
server listening on {@code port} using {@code featureFile} database. */
60
/** Create a
RouteGuide
server using serverBuilder as a base and features as data. */
108
* Our implementation of
RouteGuide
service.
/external/grpc-grpc/examples/node/dynamic_codegen/route_guide/
route_guide_client.js
36
var
routeguide
= grpc.loadPackageDefinition(packageDefinition).
routeguide
;
variable
37
var client = new
routeguide
.
RouteGuide
('localhost:50051',
route_guide_server.js
35
var
routeguide
= grpc.loadPackageDefinition(packageDefinition).
routeguide
;
variable
221
server.addProtoService(
routeguide
.
RouteGuide
.service, {
/external/grpc-grpc-java/examples/src/test/java/io/grpc/examples/routeguide/
RouteGuideServerTest.java
17
package io.grpc.examples.
routeguide
;
RouteGuideClientTest.java
17
package io.grpc.examples.
routeguide
;
29
import io.grpc.examples.
routeguide
.RouteGuideClient.TestHelper;
30
import io.grpc.examples.
routeguide
.RouteGuideGrpc.RouteGuideImplBase;
Completed in 1172 milliseconds