Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-port.cc949 free(const_cast<char*>(full_pattern_)); in ~RE()
954 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str); in FullMatch()
965 pattern_ = full_pattern_ = nullptr; in Init()
981 full_pattern_ = buffer; in Init()
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/internal/
Dgtest-port.h947 const char* full_pattern_; // For FullMatch(); variable