Lines Matching defs:test
2545 // allow to access some private functions (needed by the test suite)
3969 template <typename C> static one test( decltype(&C::capacity) ) ;
3970 template <typename C> static two test(...);
3972 enum { value = sizeof(test<T>(nullptr)) == sizeof(char) }; // NOLINT(cppcoreguidelines-pro-type-vararg,hicpp-vararg)
4015 static constexpr bool test(T val)
4025 static constexpr bool test(T val)
4035 static constexpr bool test(T val)
4046 static constexpr bool test(T val)
4062 static constexpr bool test(T val)
4064 return value_in_range_of_impl2<OfType, T>::test(val);
4071 static constexpr bool test(T /*val*/)
4080 return value_in_range_of_impl1<OfType, T>::test(val);
11244 for (auto i : dim) // test if any dimension in an ndarray is 0, if so, return a 1D empty container
18696 // NB: The test below works if <long double> == <double>.
23850 enum class patch_operations {add, remove, replace, move, copy, test, invalid};
23874 if (op == "test")
23876 return patch_operations::test;
24081 case patch_operations::test:
24088 success = (result.at(ptr) == get_value("test", "value", false));
24095 // throw an exception if test fails
24108 // "test"