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

Derived Classes

unittests/Support/VirtualFileSystemTest.cpp
  956 TEST_F(InMemoryFileSystemTest, IsEmpty) {
  963 TEST_F(InMemoryFileSystemTest, WindowsPath) {
  976 TEST_F(InMemoryFileSystemTest, OverlayFile) {
  990 TEST_F(InMemoryFileSystemTest, OverlayFileNoOwn) {
  998 TEST_F(InMemoryFileSystemTest, OpenFileForRead) {
 1025 TEST_F(InMemoryFileSystemTest, DuplicatedFile) {
 1032 TEST_F(InMemoryFileSystemTest, DirectoryIteration) {
 1057 TEST_F(InMemoryFileSystemTest, WorkingDirectory) {
 1078 TEST_F(InMemoryFileSystemTest, IsLocal) {
 1090 TEST_F(InMemoryFileSystemTest, GetRealPath) {
 1113 TEST_F(InMemoryFileSystemTest, AddFileWithUser) {
 1130 TEST_F(InMemoryFileSystemTest, AddFileWithGroup) {
 1147 TEST_F(InMemoryFileSystemTest, AddFileWithFileType) {
 1162 TEST_F(InMemoryFileSystemTest, AddFileWithPerms) {
 1184 TEST_F(InMemoryFileSystemTest, AddDirectoryThenAddChild) {
 1199 TEST_F(InMemoryFileSystemTest, StatusName) {
 1230 TEST_F(InMemoryFileSystemTest, AddHardLinkToFile) {
 1241 TEST_F(InMemoryFileSystemTest, AddHardLinkInChainPattern) {
 1255 TEST_F(InMemoryFileSystemTest, AddHardLinkToAFileThatWasNotAddedBefore) {
 1259 TEST_F(InMemoryFileSystemTest, AddHardLinkFromAFileThatWasAddedBefore) {
 1267 TEST_F(InMemoryFileSystemTest, AddSameHardLinkMoreThanOnce) {
 1275 TEST_F(InMemoryFileSystemTest, AddFileInPlaceOfAHardLinkWithSameContent) {
 1284 TEST_F(InMemoryFileSystemTest, AddFileInPlaceOfAHardLinkWithDifferentContent) {
 1294 TEST_F(InMemoryFileSystemTest, AddHardLinkToADirectory) {
 1303 TEST_F(InMemoryFileSystemTest, AddHardLinkFromADirectory) {
 1311 TEST_F(InMemoryFileSystemTest, AddHardLinkUnderAFile) {
 1318 TEST_F(InMemoryFileSystemTest, RecursiveIterationWithHardLink) {

References

utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  452   return &(TypeIdHelper<T>::dummy_);