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

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-port.cc249 // Helper function used by ValidateRegex() to format error messages.
257 bool ValidateRegex(const char* regex) { function in namespace:testing::internal
423 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.cc249 // Helper function used by ValidateRegex() to format error messages.
257 bool ValidateRegex(const char* regex) { function in namespace:testing::internal
423 is_valid_ = ValidateRegex(regex);
/external/protobuf/gtest/src/
H A Dgtest-port.cc222 // Helper function used by ValidateRegex() to format error messages.
230 bool ValidateRegex(const char* regex) { function in namespace:testing::internal
396 is_valid_ = ValidateRegex(regex);
/external/swiftshader/third_party/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/googletest/googletest/src/
H A Dgtest-port.cc673 // Helper function used by ValidateRegex() to format error messages.
681 bool ValidateRegex(const char* regex) { function in namespace:testing::internal
847 is_valid_ = ValidateRegex(regex);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc673 // Helper function used by ValidateRegex() to format error messages.
681 bool ValidateRegex(const char* regex) { function in namespace:testing::internal
847 is_valid_ = ValidateRegex(regex);
/external/v8/testing/gtest/src/
H A Dgtest-port.cc655 // Helper function used by ValidateRegex() to format error messages.
663 bool ValidateRegex(const char* regex) { function in namespace:testing::internal
829 is_valid_ = ValidateRegex(regex);
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-port.cc632 // Helper function used by ValidateRegex() to format error messages.
640 bool ValidateRegex(const char* regex) { function in namespace:testing::internal
806 is_valid_ = ValidateRegex(regex);

Completed in 437 milliseconds