Home
last modified time | relevance | path

Searched refs:partial_regex (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-port.cc189 const char* const partial_regex = (*regex == '\0') ? "()" : regex; in Init() local
190 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()