Home
last modified time | relevance | path

Searched refs:StructB (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DRefCntTest.cpp307 struct StructB; in DEF_TEST()
309 sk_sp<StructB> b; in DEF_TEST()
312 struct StructB : public SkRefCnt { in DEF_TEST() struct
314 ~StructB() override {} // Some clang versions don't emit this implicitly. in DEF_TEST()
319 a->b.reset(new StructB); in DEF_TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/meta/
H A Dtype_traits_test.cc44 struct StructB {}; struct
50 ReturnType bar(T&&, const StructB&, StructC&&) &&; // NOLINT
56 ConvertibleToReturnType bar(T&&, const StructB&, StructC&&) &&; // NOLINT
73 EXPECT_TRUE((BarIsCallable<TypeWithBarFunction, StructA&, const StructB&, in TEST()
76 (BarIsCallable<TypeWithBarFunction, StructA&, StructB&, StructC>::value)); in TEST()
78 (BarIsCallable<TypeWithBarFunction, StructA&, StructB, StructC>::value)); in TEST()
80 EXPECT_FALSE((BarIsCallable<int, StructA&, const StructB&, StructC>::value)); in TEST()
81 EXPECT_FALSE((BarIsCallable<TypeWithBarFunction&, StructA&, const StructB&, in TEST()
83 EXPECT_FALSE((BarIsCallable<TypeWithBarFunction, StructA, const StructB&, in TEST()
89 EXPECT_TRUE((BarIsCallableConv<TypeWithBarFunction, StructA&, const StructB in TEST()
[all...]

Completed in 2 milliseconds