Home
last modified time | relevance | path

Searched refs:setLongitude (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/examples/php/route_guide/
Droute_guide_client.php63 $point->setLongitude($p[1]);
84 $lo_point->setLongitude(-750000000);
86 $hi_point->setLongitude(-730000000);
124 $point->setLongitude($long);
168 $point->setLongitude($long = $n[1]);
/third_party/grpc/examples/node/static_codegen/route_guide/
Droute_guide_client.js59 point1.setLongitude(-746188906);
62 point2.setLongitude(0);
77 lo.setLongitude(-750000000);
81 hi.setLongitude(-730000000);
114 location.setLongitude(value.location.longitude);
208 location.setLongitude(note.location.longitude);
Droute_guide_server.js235 location.setLongitude(value.location.longitude);
Droute_guide_pb.js107 msg.setLongitude(value);
198 proto.routeguide.Point.prototype.setLongitude = function(value) { method in proto.routeguide.Point