Home
last modified time | relevance | path

Searched defs:received_notes (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/examples/php/route_guide/
DRouteGuideService.php180 private $received_notes = []; variable in RouteGuideService
/external/grpc-grpc/examples/ruby/route_guide/
Droute_guide_server.rb136 def initialize(notes, received_notes) argument
/external/grpc-grpc/examples/cpp/route_guide/
Droute_guide_callback_server.cc199 Chatter(absl::Mutex* mu, std::vector<RouteNote>* received_notes) in RouteChat()