Home
last modified time | relevance | path

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

/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/
DRouteGuideImpl.cs111 List<RouteNote> prevNotes = AddNoteForLocation(note.Location, note); in RouteChat()
122 private List<RouteNote> AddNoteForLocation(Point location, RouteNote note) in AddNoteForLocation() method in Routeguide.RouteGuideImpl