Searched defs:ValidateRegex (Results 1 - 4 of 4) sorted by relevance

/external/chromium/testing/gtest/src/
H A Dgtest-port.cc224 // Helper function used by ValidateRegex() to format error messages.
232 bool ValidateRegex(const char* regex) { function in namespace:testing::internal
398 is_valid_ = ValidateRegex(regex);
/external/gtest/src/
H A Dgtest-port.cc224 // Helper function used by ValidateRegex() to format error messages.
232 bool ValidateRegex(const char* regex) { function in namespace:testing::internal
398 is_valid_ = ValidateRegex(regex);
/external/llvm/utils/unittest/googletest/
H A Dgtest-port.cc224 // Helper function used by ValidateRegex() to format error messages.
232 bool ValidateRegex(const char* regex) { function in namespace:testing::internal
398 is_valid_ = ValidateRegex(regex);
/external/protobuf/gtest/src/
H A Dgtest-port.cc213 // Helper function used by ValidateRegex() to format error messages.
221 bool ValidateRegex(const char* regex) { function in namespace:testing::internal
387 is_valid_ = ValidateRegex(regex);

Completed in 19 milliseconds