Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.require/
Dbullet_1_and_2.pass.cpp221 struct TestCase11 : public TestCaseImp<MemFun11, Sig, Arity, CV, RValue, true> {}; struct
261 TestCase11<R() &, 0, Q_None>::run(); in main()
262 TestCase11<R() const &, 0, Q_Const>::run(); in main()
263 TestCase11<R() volatile &, 0, Q_Volatile>::run(); in main()
264 TestCase11<R() const volatile &, 0, Q_CV>::run(); in main()
265 TestCase11<R(...) &, 0, Q_None>::run(); in main()
266 TestCase11<R(...) const &, 0, Q_Const>::run(); in main()
267 TestCase11<R(...) volatile &, 0, Q_Volatile>::run(); in main()
268 TestCase11<R(...) const volatile &, 0, Q_CV>::run(); in main()
269 TestCase11<R(A&&) &, 1, Q_None>::run(); in main()
[all …]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_sender_unittest.cc163 TEST(NACKStringBuilderTest, TestCase11) { in TEST() argument