Searched refs:leftCaptureId_ (Results 1 – 3 of 3) sorted by relevance
872 if (!leftCaptureId_.has_value()) { in GetLeftCaptureId()873 leftCaptureId_ = ElementRegister::GetInstance()->MakeUniqueId(); in GetLeftCaptureId()875 return leftCaptureId_.value(); in GetLeftCaptureId()889 leftCaptureId_ = std::nullopt; in RemoveAllCaptureNode()1039 std::optional<int32_t> leftCaptureId_; variable
4045 if (hasCachedCapture_ && leftCaptureId_.has_value() && rightCaptureId_.has_value()) { in RealTotalCount()5961 leftCaptureId_.has_value() + rightCaptureId_.has_value()); in CheckSpecialItemCount()
1637 EXPECT_TRUE(pattern_->leftCaptureId_.has_value());1654 EXPECT_FALSE(pattern_->leftCaptureId_.has_value());