Home
last modified time | relevance | path

Searched refs:GetCordRepForTesting (Results 1 – 2 of 2) sorted by relevance

/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcordz_info_test.cc73 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()
Dcordz_info.h157 CordRep* GetCordRepForTesting() const ABSL_NO_THREAD_SAFETY_ANALYSIS { in GetCordRepForTesting() function