Home | History | Annotate | Download | only in engine

Lines Matching full:expected_positions

280     map<int, syncable::Id> expected_positions;
287 bool double_position = !expected_positions.insert(entry).second;
333 ASSERT_TRUE(expected_positions.size() ==
336 for (size_t i = 0; i < expected_positions.size(); ++i) {
337 EXPECT_TRUE(1 == expected_positions.count(i));
338 EXPECT_TRUE(expected_positions[i] == mock_server_->committed_ids()[i]);