HomeSort by relevance Sort by last modified time
    Searched defs:test_ref (Results 1 - 6 of 6) sorted by null

  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
copy.pass.cpp 68 void test_ref(InitArgs&&... args) function
87 test_ref<T&>();
88 test_ref<T&>(t);
100 test_ref<T const&>();
101 test_ref<T const&>(t);
102 test_ref<T const&>(ct);
move.pass.cpp 79 void test_ref(InitArgs&&... args) function
97 test_ref<T&>();
98 test_ref<T&>(t);
110 test_ref<T const&>();
111 test_ref<T const&>(t);
112 test_ref<T const&>(ct);
123 test_ref<T&&>();
124 test_ref<T&&>(std::move(t));
136 test_ref<T const&&>();
137 test_ref<T const&&>(std::move(t))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.object/optional.object.ctor/
copy.pass.cpp 68 void test_ref(InitArgs&&... args) function
87 test_ref<T&>();
88 test_ref<T&>(t);
100 test_ref<T const&>();
101 test_ref<T const&>(t);
102 test_ref<T const&>(ct);
move.pass.cpp 79 void test_ref(InitArgs&&... args) function
97 test_ref<T&>();
98 test_ref<T&>(t);
110 test_ref<T const&>();
111 test_ref<T const&>(t);
112 test_ref<T const&>(ct);
123 test_ref<T&&>();
124 test_ref<T&&>(std::move(t));
136 test_ref<T const&&>();
137 test_ref<T const&&>(std::move(t))
    [all...]
  /external/eigen/test/
ref.cpp 258 void test_ref() function
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_cc.h 131 uint8_t test_ref; member in struct:ilo_state_cc_stencil_params_info

Completed in 209 milliseconds