Home
last modified time | relevance | path

Searched refs:latitude_ (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/examples/cpp/route_guide/
Dhelper.cc79 if (!Match(location_) || !Match("{") || !Match(latitude_)) { in TryParseOne()
135 const std::string latitude_ = "\"latitude\":"; member in routeguide::Parser
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
DRouteGuide.cs88 latitude_ = other.latitude_; in Point()
100 private int latitude_; field in Routeguide.Point
103 get { return latitude_; }
105 latitude_ = value;