Home
last modified time | relevance | path

Searched refs:AtomMatchesChar (Results 201 – 225 of 468) sorted by relevance

12345678910>>...19

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/third_party/googletest/src/
H A Dgtest-port.cc794 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
901 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
933 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/third_party/googletest/src/googletest/src/
H A Dgtest-port.cc765 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
871 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) return false; in MatchRepetitionAndRegexAtHead()
900 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/cad/librepcb/librepcb-0.1.6/libs/googletest/googletest/src/
H A Dgtest-port.cc799 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
906 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
938 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc794 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
901 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
933 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/third_party/googletest/src/
H A Dgtest-port.cc799 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
906 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
938 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/third_party/googletest/src/
H A Dgtest-port.cc799 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
906 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
938 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/math/onednn/oneDNN-2.5.1/tests/gtests/gtest/src/
H A Dgtest-port.cc792 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
899 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
931 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/science/conduit/conduit-0.8.0/src/blt/thirdparty_builtin/googletest-master-2020-01-07/googletest/src/
H A Dgtest-port.cc798 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
905 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
937 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/www/firefox/firefox-99.0/security/nss/gtests/google_test/gtest/src/
H A Dgtest-port.cc764 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
881 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) return false; in MatchRepetitionAndRegexAtHead()
910 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/lang/clover/mesa-21.3.6/src/gtest/src/
H A Dgtest-port.cc794 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
901 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
933 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/ext/googletest/googletest/src/
H A Dgtest-port.cc799 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
906 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
938 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/graphics/libosmesa/mesa-21.3.6/src/gtest/src/
H A Dgtest-port.cc794 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
901 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
933 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/googletest/src/googletest/src/
H A Dgtest-port.cc829 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
936 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
968 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc798 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
905 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
937 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/third_party/googletest/src/googletest/src/
H A Dgtest-port.cc765 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
871 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) return false; in MatchRepetitionAndRegexAtHead()
900 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/multimedia/aom/aom-3.2.0/third_party/googletest/src/googletest/src/
H A Dgtest-port.cc765 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
871 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) return false; in MatchRepetitionAndRegexAtHead()
900 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/games/warzone2100/warzone2100/3rdparty/SQLiteCpp/googletest/googletest/src/
H A Dgtest-port.cc794 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
901 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
933 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/3rdparty/googletest/googletest/src/
H A Dgtest-port.cc794 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
901 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
933 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/security/boringssl/boringssl-6a71840/third_party/googletest/src/
H A Dgtest-port.cc794 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
901 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
933 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/math/stanmath/math-4.2.0/lib/benchmark_1.5.1/googletest/googletest/src/
H A Dgtest-port.cc799 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
906 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
938 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/math/py-pdal/PDAL-2.3.5/pdal/test/gtest/src/
H A Dgtest-port.cc794 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
901 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
933 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/google-test/googletest/src/
H A Dgtest-port.cc798 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
905 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
937 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/devel/yaml-cpp/yaml-cpp-yaml-cpp-0.7.0/test/gtest-1.10.0/googletest/src/
H A Dgtest-port.cc794 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
901 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
933 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/gtest/googletest/src/
H A Dgtest-port.cc794 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
901 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
933 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gtest/src/
H A Dgtest-port.cc794 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() function
901 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
933 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()

12345678910>>...19