26#ifndef ROUTER_SRC_HARNESS_INCLUDE_MYSQL_HARNESS_REGEX_MATCHER_H_ 
   27#define ROUTER_SRC_HARNESS_INCLUDE_MYSQL_HARNESS_REGEX_MATCHER_H_ 
   33#include "harness_export.h" 
   42  bool matches(
const std::string &input) 
const override;
 
   43  bool find(
const std::string &input) 
const override;
 
   44  std::string replace_all(std::string input,
 
   45                          const std::string &replacement) 
const override;
 
Definition: matcher_interface.h:40
 
Definition: regex_matcher.cc:36
 
Definition: regex_matcher.h:37
 
std::shared_ptr< Impl > impl_
Definition: regex_matcher.h:48
 
Definition: expected.h:286
 
bool is_valid(const dd::Spatial_reference_system *srs, const Geometry *g, const char *func_name, bool *is_valid) noexcept
Decides if a geometry is valid.
Definition: is_valid.cc:95
 
Container::const_iterator find(const Container &c, Value &&value)
Definition: generic.h:39