Searched refs:JudgeUpdateCursor (Results 1 – 10 of 10) sorted by relevance
65 EXPECT_EQ(strategy->JudgeUpdateCursor(), false);70 EXPECT_EQ(strategy->JudgeUpdateCursor(), false);75 EXPECT_EQ(strategy->JudgeUpdateCursor(), false);83 EXPECT_EQ(strategy->JudgeUpdateCursor(), true);
25 bool JudgeUpdateCursor() override;
29 bool JudgeUpdateCursor() override;
50 bool CloudForcePullStrategy::JudgeUpdateCursor() in JudgeUpdateCursor() function in DistributedDB::CloudForcePullStrategy
53 bool CloudForcePushStrategy::JudgeUpdateCursor() in JudgeUpdateCursor() function in DistributedDB::CloudForcePushStrategy
37 virtual bool JudgeUpdateCursor();
39 bool CloudSyncStrategy::JudgeUpdateCursor() in JudgeUpdateCursor() function in DistributedDB::CloudSyncStrategy
58 bool CloudMergeStrategy::JudgeUpdateCursor() in JudgeUpdateCursor() function in DistributedDB::CloudMergeStrategy
1349 isUpdateCloudCursor = currentContext_.strategy->JudgeUpdateCursor(); in SaveCloudWaterMark()