HomeSort by relevance Sort by last modified time
    Searched refs:test_emplace_type (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/utilities/any/any.class/any.modifiers/
emplace.pass.cpp 43 void test_emplace_type() { function
279 test_emplace_type<small>();
280 test_emplace_type<large>();
281 test_emplace_type<small_throws_on_copy>();
282 test_emplace_type<large_throws_on_copy>();
283 test_emplace_type<throws_on_move>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/any/any.class/any.modifiers/
emplace.pass.cpp 43 void test_emplace_type() { function
279 test_emplace_type<small>();
280 test_emplace_type<large>();
281 test_emplace_type<small_throws_on_copy>();
282 test_emplace_type<large_throws_on_copy>();
283 test_emplace_type<throws_on_move>();

Completed in 637 milliseconds