Home
last modified time | relevance | path

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

/external/grpc-grpc/examples/cpp/route_guide/
Droute_guide_callback_server.cc223 notes_iterator_ = to_send_notes_.begin(); in RouteChat()
233 if (notes_iterator_ != to_send_notes_.end()) { in RouteChat()
234 StartWrite(&*notes_iterator_); in RouteChat()
235 notes_iterator_++; in RouteChat()
247 std::vector<RouteNote>::iterator notes_iterator_; in RouteChat() member in RouteGuideImpl::RouteChat::Chatter
Droute_guide_callback_client.cc240 notes_iterator_(notes_.begin()) { in RouteChat()
269 if (notes_iterator_ != notes_.end()) { in RouteChat()
270 const auto& note = *notes_iterator_; in RouteChat()
275 notes_iterator_++; in RouteChat()
282 std::vector<RouteNote>::const_iterator notes_iterator_; in RouteChat() member in RouteGuideClient::RouteChat::Chatter