Searched refs:escaped (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc650 // Returns true iff the given atom (specified by escaped and pattern)
652 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { argument
653 if (escaped) { // "\\p" where p is pattern_char.
738 // expression. The regex atom is defined as c if escaped is false,
745 bool escaped, char c, char repeat, const char* regex,
762 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i]))
781 const bool escaped = *regex == '\\'; local
782 if (escaped)
789 escaped, regex[0], regex[1], regex + 2, str);
794 return (*str != '\0') && AtomMatchesChar(escaped, *rege
744 MatchRepetitionAndRegexAtHead( bool escaped, char c, char repeat, const char* regex, const char* str) argument
[all...]
H A Dgtest-internal-inl.h942 GTEST_API_ bool AtomMatchesChar(bool escaped, char pattern, char ch);
946 bool escaped, char ch, char repeat, const char* regex, const char* str);
H A Dgtest.cc1270 // escaped. Split them on escaped '\n' boundaries. Leave all other escaped
1279 bool escaped = false; local
1281 if (escaped) {
1282 escaped = false;
1288 escaped = str[i] == '\\';
3367 // Returns an XML-escaped copy of the input string str. If
3464 // Returns an XML-escaped copy of the input string str. If is_attribute

Completed in 32 milliseconds