Searched defs:always_true (Results 1 – 9 of 9) sorted by relevance
17 struct always_true struct19 typedef bool result_type;21 bool operator()(int, int) const in operator ()()
23 typedef always<true_> always_true; in MPL_TEST_CASE() typedef
165 let always_true = Bernoulli::new(1.0).unwrap(); in test_trivial() localVariable
126 constexpr bool always_true(T&&...) { return true; } in always_true() function
141 char always_true[] = " always true"; in TEST_F() local
1639 bool always_true:1; member