reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googletest/src/gtest-filepath.cc
  260   return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
  274   return IsPathSeparator(name[0]);
  302          IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]);
  368     if (!IsPathSeparator(*src)) {
  376       while (IsPathSeparator(*src))