HomeSort by relevance Sort by last modified time
    Searched refs:full_regex_ (Results 1 - 8 of 8) sorted by null

  /external/chromium/testing/gtest/src/
gtest-port.cc 122 regfree(&full_regex_);
132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
154 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
  /external/gtest/src/
gtest-port.cc 82 regfree(&full_regex_);
91 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
113 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
  /external/llvm/utils/unittest/googletest/
gtest-port.cc 122 regfree(&full_regex_);
132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
154 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
  /external/protobuf/gtest/src/
gtest-port.cc 113 regfree(&full_regex_);
122 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
144 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
  /external/gtest/include/gtest/internal/
gtest-port.h 583 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 677 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 854 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 875 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
    [all...]

Completed in 52 milliseconds