Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc6839 bool DeathTest::Create(const char* statement, const RE* regex, in Create()
6874 const RE* regex() const { return regex_; } in regex() function in testing::internal::DeathTestImpl
7647 bool DefaultDeathTestFactory::Create(const char* statement, const RE* regex, in Create()
8380 void RE::Init(const char* regex) { in Init()
8460 std::string FormatRegexSyntaxError(const char* regex, int index) { in FormatRegexSyntaxError()
8467 bool ValidateRegex(const char* regex) { in ValidateRegex()
8531 bool escaped, char c, char repeat, const char* regex, in MatchRepetitionAndRegexAtHead()
8557 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead()
8593 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere()
8627 void RE::Init(const char* regex) { in Init()