Lines Matching defs:Fallthrough
3102 IntrusiveRefCntPtr<vfs::FileSystem> Fallthrough =
3104 ASSERT_TRUE(Fallthrough.get() != nullptr);
3105 ExpectPath(*Fallthrough, "//root/b/f", "fallthrough, both exist");
3124 // Fallthrough to the original path, `a`
3125 IntrusiveRefCntPtr<vfs::FileSystem> Fallthrough =
3127 ASSERT_TRUE(Fallthrough.get() != nullptr);
3128 ExpectPath(*Fallthrough, "//root/a/f", "fallthrough, a only");
3147 IntrusiveRefCntPtr<vfs::FileSystem> Fallthrough =
3149 ASSERT_TRUE(Fallthrough.get() != nullptr);
3150 ExpectPath(*Fallthrough, "//root/b/f", "fallthrough, b only");