Home | History | Annotate | Download | only in base

Lines Matching refs:right

795   // Test length to prevent overlap between |left| and |right|.
800 const std::string right(base_pattern.substr(star + 1));
805 if (!right.empty() &&
806 base_type.rfind(right) != base_type.length() - right.length())