Searched refs:latitude_ (Results 1 – 2 of 2) sorted by relevance
79 if (!Match(location_) || !Match("{") || !Match(latitude_)) { in TryParseOne()135 const std::string latitude_ = "\"latitude\":"; member in routeguide::Parser
88 latitude_ = other.latitude_; in Point()100 private int latitude_; field in Routeguide.Point103 get { return latitude_; }105 latitude_ = value;