Searched refs:GetCordRepForTesting (Results 1 – 2 of 2) sorted by relevance
73 EXPECT_THAT(info->GetCordRepForTesting(), Eq(data.rep.rep)); in TEST()99 EXPECT_THAT(child_info->GetCordRepForTesting(), Eq(child.rep.rep)); in TEST()138 EXPECT_THAT(info->GetCordRepForTesting(), Eq(data.rep.rep)); in TEST()151 EXPECT_THAT(info->GetCordRepForTesting(), Eq(rep.rep)); in TEST()163 EXPECT_THAT(info->GetCordRepForTesting(), Eq(nullptr)); in TEST()
157 CordRep* GetCordRepForTesting() const ABSL_NO_THREAD_SAFETY_ANALYSIS { in GetCordRepForTesting() function