MCPcopy Create free account
hub / github.com/MhLiao/TextBoxes_plusplus / PatternMatchesString

Method PatternMatchesString

src/gtest/gtest-all.cpp:1736–1751  ·  view source on GitHub ↗

Returns true iff the wildcard pattern matches the string. The first ':' or '\0' character in pattern marks the end of it. This recursive algorithm isn't very efficient, but is clear and works well enough for matching test names, which are short.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected