Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-port.cc189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
/external/google-breakpad/src/testing/gtest/src/
Dgtest-port.cc214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
/external/mesa3d/src/gtest/src/
Dgtest-port.cc638 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-port.cc638 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-port.cc638 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc695 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
/external/googletest/googletest/src/
Dgtest-port.cc778 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
/external/epid-sdk/ext/gtest/
Dgtest-all.cc9191 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function