Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetPathToRoot

128   static BitString GetPathToRoot(const SubtypeCheckInfo& io) {
129 return io.GetPathToRoot();
314 EXPECT_EQ(0u, GetPathToRoot(sci).Length()); // Root's path length is 0.
326 EXPECT_EQ(MakeBitString({1u}), GetPathToRoot(childC));
330 EXPECT_EQ(MakeBitString({}), GetPathToRoot(cleared_copy));
336 EXPECT_EQ(MakeBitString({}), GetPathToRoot(cleared_copy_value));
346 EXPECT_EQ(MakeBitString({1u}), GetPathToRoot(childC));
356 EXPECT_EQ(MakeBitString({}), GetPathToRoot(childA));
361 EXPECT_EQ(MakeBitString({}), GetPathToRoot(childB));
366 EXPECT_EQ(MakeBitString({1u}), GetPathToRoot(childC));
374 ASSERT_EQ(cur_depth + 1u, GetPathToRoot(latest_child).Length());
381 EXPECT_EQ(GetPathToRoot(latest_child), GetPathToRoot(child_of_deep));
386 EXPECT_EQ(GetPathToRoot(child_of_deep), GetPathToRoot(child_of_deep_2));
399 ASSERT_EQ(MakeBitString({cur_next}), GetPathToRoot(child));
409 EXPECT_EQ(MakeBitString({}), GetPathToRoot(child));
415 EXPECT_EQ(MakeBitString({}), GetPathToRoot(child_of));
421 EXPECT_EQ(GetPathToRoot(child_of), GetPathToRoot(child_of2));