Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-port.cc228 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar()
321 bool escaped, char c, char repeat, const char* regex, in MatchRepetitionAndRegexAtHead()
357 const bool escaped = *regex == '\\'; in MatchRegexAtHead() local