HomeSort by relevance Sort by last modified time
    Searched refs:update_queue_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/test/engine/
mock_connection_manager.cc 60 EXPECT_TRUE(update_queue_.empty()) << "Unfetched updates.";
175 if (update_queue_.empty()) {
178 return &update_queue_.back();
472 if (!update_queue_.empty()) {
505 if (update_queue_.empty()) {
508 sync_pb::GetUpdatesResponse* updates = &update_queue_.front();
535 update_queue_.pop_front();
663 update_queue_.push_back(sync_pb::GetUpdatesResponse::default_instance());
mock_connection_manager.h 259 update_queue_.clear();
356 std::list<sync_pb::GetUpdatesResponse> update_queue_; member in class:syncer::MockConnectionManager

Completed in 287 milliseconds