Searched refs:TestCase11 (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | bullet_1_and_2.pass.cpp | 221 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/ |
D | rtcp_sender_unittest.cc | 163 TEST(NACKStringBuilderTest, TestCase11) { in TEST() argument
|