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

  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
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...]
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);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.object/optional.object.ctor/
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...]
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);
  /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
ilo_state_cc.c 732 dw0 = params->stencil_front.test_ref << GEN6_CC_DW0_STENCIL_REF__SHIFT |
733 params->stencil_back.test_ref << GEN6_CC_DW0_STENCIL1_REF__SHIFT |
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blitter_rectlist.c 413 info.params.stencil_front.test_ref = (uint8_t) stencil;
ilo_state.c     [all...]
  /external/eigen/test/
ref.cpp 258 void test_ref() function

Completed in 362 milliseconds