MySQL 9.3.0
Source Code Documentation
anonymous_namespace{rules_parser.cc} Namespace Reference

Classes

class  Location
 

Functions

std::string_view span_id (const std::string &s, std::string::size_type start, bool *complex_id)
 
std::string::size_type span_num (const std::string &s, std::string::size_type start, double *ret)
 
std::string::size_type span_quote (const std::string &buf, std::string::size_type offset)
 
std::string::size_type span_brace (const std::string &buf, std::string::size_type offset)
 

Function Documentation

◆ span_brace()

std::string::size_type anonymous_namespace{rules_parser.cc}::span_brace ( const std::string &  buf,
std::string::size_type  offset 
)

◆ span_id()

std::string_view anonymous_namespace{rules_parser.cc}::span_id ( const std::string &  s,
std::string::size_type  start,
bool *  complex_id 
)

◆ span_num()

std::string::size_type anonymous_namespace{rules_parser.cc}::span_num ( const std::string &  s,
std::string::size_type  start,
double *  ret 
)

◆ span_quote()

std::string::size_type anonymous_namespace{rules_parser.cc}::span_quote ( const std::string &  buf,
std::string::size_type  offset 
)