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

  /external/catch2/include/internal/
catch_decomposer.h 70 static_assert(always_false<T>::value,
77 static_assert(always_false<T>::value,
84 static_assert(always_false<T>::value,
91 static_assert(always_false<T>::value,
98 static_assert(always_false<T>::value,
105 static_assert(always_false<T>::value,
112 static_assert(always_false<T>::value,
119 static_assert(always_false<T>::value,
206 static_assert(always_false<RhsT>::value,
213 static_assert(always_false<RhsT>::value
    [all...]
catch_meta.hpp 73 struct always_false : std::false_type {}; struct in namespace:Catch
  /external/mesa3d/src/mesa/drivers/common/
meta_generate_mipmap.c 167 static const GLint always_false = GL_FALSE; local
243 _mesa_texture_parameteriv(ctx, texObj, GL_GENERATE_MIPMAP, &always_false, false);
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 584 struct always_false {
590 static const bool and_value = b && and_or<always_false<b>::value>::and_value;
591 static const bool or_value = !b || and_or<always_false<b>::value>::or_value;
  /external/libchrome/base/metrics/
field_trial_unittest.cc 143 char always_false[] = " always false"; local
150 always_false[0] = c;
162 CreateFieldTrial(always_false, 10, default_always_false, nullptr);
    [all...]
  /external/catch2/single_include/catch2/
catch.hpp 808 struct always_false : std::false_type {}; struct in namespace:Catch
    [all...]

Completed in 1060 milliseconds