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

/external/chromium_org/third_party/mesa/src/src/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.cc250 // Helper function used by ValidateRegex() to format error messages.
258 bool ValidateRegex(const char* regex) { function in namespace:testing::internal
424 is_valid_ = ValidateRegex(regex);
/external/llvm/utils/unittest/googletest/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/mesa3d/src/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/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);
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc633 // Helper function used by ValidateRegex() to format error messages.
641 bool ValidateRegex(const char* regex) { function in namespace:testing::internal
807 is_valid_ = ValidateRegex(regex);

Completed in 1793 milliseconds