Lines Matching defs:RE
666 // Implements RE. Currently only needed for death tests.
668 RE::~RE() {
680 bool RE::FullMatch(const char* str, const RE& re) {
689 bool RE::PartialMatch(const char* str, const RE& re) {
696 // Initializes an RE from its string representation.
697 void RE::Init(const char* regex) {
937 // Implements the RE class.
939 RE::~RE() = default;
942 bool RE::FullMatch(const char* str, const RE& re) {
948 bool RE::PartialMatch(const char* str, const RE& re) {
952 // Initializes an RE from its string representation.
953 void RE::Init(const char* regex) {