Searched refs:ReferencesParent (Results 1 – 10 of 10) sorted by relevance
27 class ReferencesParent(tf.Module): class30 super(ReferencesParent, self).__init__()42 self.child = ReferencesParent(self)
59 class ReferencesParent(module.Module): class62 super(ReferencesParent, self).__init__()72 self.child = ReferencesParent(self)
47 if (from_path.ReferencesParent() || to_path.ReferencesParent()) in Move()132 if (path.ReferencesParent()) in ReadFileToStringWithMaxSize()
81 if (path.ReferencesParent()) { in Initialize()
343 bool ReferencesParent() const;
1095 TEST_F(FilePathTest, ReferencesParent) { in TEST_F() argument1123 bool observed = input.ReferencesParent(); in TEST_F()1188 EXPECT_TRUE(path.ReferencesParent()); in TEST_F()
563 bool FilePath::ReferencesParent() const { in ReferencesParent() function in base::FilePath
53 if (path.ReferencesParent()) in ReturnsValidPath()57 if (path.ReferencesParent()) in ReturnsValidPath()
216 if (path.ReferencesParent()) { in Get()
101 is_unsafe_ = file_path_.ReferencesParent(); in EntryInfo()