Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::RE Class Reference

#include <gtest-port.h>

Public Member Functions

const char * pattern () const
 
const char * pattern () const
 
const char * pattern () const
 
const char * pattern () const
 
const char * pattern () const
 
const char * pattern () const
 
 RE (const ::std::string &regex)
 
 RE (const ::std::string &regex)
 
 RE (const ::std::string &regex)
 
 RE (const ::std::string &regex)
 
 RE (const ::std::string &regex)
 
 RE (const ::std::string &regex)
 
 RE (const char *regex)
 
 RE (const char *regex)
 
 RE (const char *regex)
 
 RE (const char *regex)
 
 RE (const char *regex)
 
 RE (const char *regex)
 
 RE (const RE &other)
 
 RE (const RE &other)
 
 RE (const RE &other)
 
 RE (const RE &other)
 
 RE (const RE &other)
 
 RE (const RE &other)
 
 ~RE ()
 
 ~RE ()
 
 ~RE ()
 
 ~RE ()
 
 ~RE ()
 
 ~RE ()
 

Static Public Member Functions

static bool FullMatch (const ::std::string &str, const RE &re)
 
static bool FullMatch (const ::std::string &str, const RE &re)
 
static bool FullMatch (const ::std::string &str, const RE &re)
 
static bool FullMatch (const ::std::string &str, const RE &re)
 
static bool FullMatch (const ::std::string &str, const RE &re)
 
static bool FullMatch (const ::std::string &str, const RE &re)
 
static bool FullMatch (const char *str, const RE &re)
 
static bool FullMatch (const char *str, const RE &re)
 
static bool FullMatch (const char *str, const RE &re)
 
static bool FullMatch (const char *str, const RE &re)
 
static bool FullMatch (const char *str, const RE &re)
 
static bool FullMatch (const char *str, const RE &re)
 
static bool PartialMatch (const ::std::string &str, const RE &re)
 
static bool PartialMatch (const ::std::string &str, const RE &re)
 
static bool PartialMatch (const ::std::string &str, const RE &re)
 
static bool PartialMatch (const ::std::string &str, const RE &re)
 
static bool PartialMatch (const ::std::string &str, const RE &re)
 
static bool PartialMatch (const ::std::string &str, const RE &re)
 
static bool PartialMatch (const char *str, const RE &re)
 
static bool PartialMatch (const char *str, const RE &re)
 
static bool PartialMatch (const char *str, const RE &re)
 
static bool PartialMatch (const char *str, const RE &re)
 
static bool PartialMatch (const char *str, const RE &re)
 
static bool PartialMatch (const char *str, const RE &re)
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (RE)
 
 GTEST_DISALLOW_ASSIGN_ (RE)
 
 GTEST_DISALLOW_ASSIGN_ (RE)
 
 GTEST_DISALLOW_ASSIGN_ (RE)
 
void Init (const char *regex)
 
void Init (const char *regex)
 
void Init (const char *regex)
 
void Init (const char *regex)
 
void Init (const char *regex)
 
void Init (const char *regex)
 

Private Attributes

regex_t full_regex_
 
bool is_valid_
 
regex_t partial_regex_
 
const char * pattern_
 

Detailed Description

Definition at line 882 of file bloaty/third_party/googletest/googletest/include/gtest/internal/gtest-port.h.

Constructor & Destructor Documentation

◆ RE() [1/18]

testing::internal::RE::RE ( const RE other)
inline

◆ RE() [2/18]

testing::internal::RE::RE ( const ::std::string &  regex)
inline

◆ RE() [3/18]

testing::internal::RE::RE ( const char *  regex)
inline

◆ ~RE() [1/6]

testing::internal::RE::~RE ( )

Definition at line 9113 of file gmock-gtest-all.cc.

◆ RE() [4/18]

testing::internal::RE::RE ( const RE other)
inline

◆ RE() [5/18]

testing::internal::RE::RE ( const ::std::string &  regex)
inline

◆ RE() [6/18]

testing::internal::RE::RE ( const char *  regex)
inline

◆ ~RE() [2/6]

testing::internal::RE::~RE ( )

◆ RE() [7/18]

testing::internal::RE::RE ( const RE other)
inline

◆ RE() [8/18]

testing::internal::RE::RE ( const ::std::string &  regex)
inline

◆ RE() [9/18]

testing::internal::RE::RE ( const char *  regex)
inline

◆ ~RE() [3/6]

testing::internal::RE::~RE ( )

◆ RE() [10/18]

testing::internal::RE::RE ( const RE other)
inline

Definition at line 2435 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.

◆ RE() [11/18]

testing::internal::RE::RE ( const ::std::string &  regex)
inline

Definition at line 2438 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.

◆ RE() [12/18]

testing::internal::RE::RE ( const char *  regex)
inline

Definition at line 2446 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.

◆ ~RE() [4/6]

testing::internal::RE::~RE ( )

◆ RE() [13/18]

testing::internal::RE::RE ( const RE other)
inline

◆ RE() [14/18]

testing::internal::RE::RE ( const ::std::string &  regex)
inline

◆ RE() [15/18]

testing::internal::RE::RE ( const char *  regex)
inline

◆ ~RE() [5/6]

testing::internal::RE::~RE ( )

◆ RE() [16/18]

testing::internal::RE::RE ( const RE other)
inline

◆ RE() [17/18]

testing::internal::RE::RE ( const ::std::string &  regex)
inline

◆ RE() [18/18]

testing::internal::RE::RE ( const char *  regex)
inline

◆ ~RE() [6/6]

testing::internal::RE::~RE ( )

Member Function Documentation

◆ FullMatch() [1/12]

static bool testing::internal::RE::FullMatch ( const ::std::string &  str,
const RE re 
)
inlinestatic

◆ FullMatch() [2/12]

static bool testing::internal::RE::FullMatch ( const ::std::string &  str,
const RE re 
)
inlinestatic

◆ FullMatch() [3/12]

static bool testing::internal::RE::FullMatch ( const ::std::string &  str,
const RE re 
)
inlinestatic

◆ FullMatch() [4/12]

static bool testing::internal::RE::FullMatch ( const ::std::string &  str,
const RE re 
)
inlinestatic

◆ FullMatch() [5/12]

static bool testing::internal::RE::FullMatch ( const ::std::string &  str,
const RE re 
)
inlinestatic

◆ FullMatch() [6/12]

static bool testing::internal::RE::FullMatch ( const ::std::string &  str,
const RE re 
)
inlinestatic

Definition at line 2459 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.

◆ FullMatch() [7/12]

bool testing::internal::RE::FullMatch ( const char *  str,
const RE re 
)
static

Definition at line 9126 of file gmock-gtest-all.cc.

◆ FullMatch() [8/12]

static bool testing::internal::RE::FullMatch ( const char *  str,
const RE re 
)
static

◆ FullMatch() [9/12]

static bool testing::internal::RE::FullMatch ( const char *  str,
const RE re 
)
static

◆ FullMatch() [10/12]

static bool testing::internal::RE::FullMatch ( const char *  str,
const RE re 
)
static

◆ FullMatch() [11/12]

static bool testing::internal::RE::FullMatch ( const char *  str,
const RE re 
)
static

◆ FullMatch() [12/12]

static bool testing::internal::RE::FullMatch ( const char *  str,
const RE re 
)
static

◆ GTEST_DISALLOW_ASSIGN_() [1/4]

testing::internal::RE::GTEST_DISALLOW_ASSIGN_ ( RE  )
private

◆ GTEST_DISALLOW_ASSIGN_() [2/4]

testing::internal::RE::GTEST_DISALLOW_ASSIGN_ ( RE  )
private

◆ GTEST_DISALLOW_ASSIGN_() [3/4]

testing::internal::RE::GTEST_DISALLOW_ASSIGN_ ( RE  )
private

◆ GTEST_DISALLOW_ASSIGN_() [4/4]

testing::internal::RE::GTEST_DISALLOW_ASSIGN_ ( RE  )
private

◆ Init() [1/6]

void testing::internal::RE::Init ( const char *  regex)
private

Definition at line 9143 of file gmock-gtest-all.cc.

◆ Init() [2/6]

void testing::internal::RE::Init ( const char *  regex)
private

◆ Init() [3/6]

void testing::internal::RE::Init ( const char *  regex)
private

◆ Init() [4/6]

void testing::internal::RE::Init ( const char *  regex)
private

◆ Init() [5/6]

void testing::internal::RE::Init ( const char *  regex)
private

◆ Init() [6/6]

void testing::internal::RE::Init ( const char *  regex)
private

◆ PartialMatch() [1/12]

static bool testing::internal::RE::PartialMatch ( const ::std::string &  str,
const RE re 
)
inlinestatic

◆ PartialMatch() [2/12]

static bool testing::internal::RE::PartialMatch ( const ::std::string &  str,
const RE re 
)
inlinestatic

◆ PartialMatch() [3/12]

static bool testing::internal::RE::PartialMatch ( const ::std::string &  str,
const RE re 
)
inlinestatic

◆ PartialMatch() [4/12]

static bool testing::internal::RE::PartialMatch ( const ::std::string &  str,
const RE re 
)
inlinestatic

◆ PartialMatch() [5/12]

static bool testing::internal::RE::PartialMatch ( const ::std::string &  str,
const RE re 
)
inlinestatic

◆ PartialMatch() [6/12]

static bool testing::internal::RE::PartialMatch ( const ::std::string &  str,
const RE re 
)
inlinestatic

Definition at line 2462 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.

◆ PartialMatch() [7/12]

bool testing::internal::RE::PartialMatch ( const char *  str,
const RE re 
)
static

Definition at line 9135 of file gmock-gtest-all.cc.

◆ PartialMatch() [8/12]

static bool testing::internal::RE::PartialMatch ( const char *  str,
const RE re 
)
static

◆ PartialMatch() [9/12]

static bool testing::internal::RE::PartialMatch ( const char *  str,
const RE re 
)
static

◆ PartialMatch() [10/12]

static bool testing::internal::RE::PartialMatch ( const char *  str,
const RE re 
)
static

◆ PartialMatch() [11/12]

static bool testing::internal::RE::PartialMatch ( const char *  str,
const RE re 
)
static

◆ PartialMatch() [12/12]

static bool testing::internal::RE::PartialMatch ( const char *  str,
const RE re 
)
static

◆ pattern() [1/6]

const char* testing::internal::RE::pattern ( ) const
inline

◆ pattern() [2/6]

const char* testing::internal::RE::pattern ( ) const
inline

◆ pattern() [3/6]

const char* testing::internal::RE::pattern ( ) const
inline

◆ pattern() [4/6]

const char* testing::internal::RE::pattern ( ) const
inline

◆ pattern() [5/6]

const char* testing::internal::RE::pattern ( ) const
inline

◆ pattern() [6/6]

const char* testing::internal::RE::pattern ( ) const
inline

Definition at line 2450 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.

Member Data Documentation

◆ full_regex_

regex_t testing::internal::RE::full_regex_
private

◆ is_valid_

bool testing::internal::RE::is_valid_
private

◆ partial_regex_

regex_t testing::internal::RE::partial_regex_
private

◆ pattern_

const char * testing::internal::RE::pattern_
private

The documentation for this class was generated from the following files:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:50