Home
last modified time | relevance | path

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

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