Home
last modified time | relevance | path

Searched defs:always_true (Results 1 – 9 of 9) sorted by relevance

/external/sdv/vsomeip/third_party/boost/range/test/compile_fail/adaptor/
Dadjacent_filtered_concept3.cpp17 struct always_true struct
19 typedef bool result_type;
21 bool operator()(int, int) const in operator ()()
Dadjacent_filtered_concept.cpp17 struct always_true struct
19 typedef bool result_type;
21 bool operator()(int, int) const in operator ()()
Dadjacent_filtered_concept4.cpp17 struct always_true struct
19 typedef bool result_type;
21 bool operator()(int, int) const in operator ()()
Dadjacent_filtered_concept2.cpp17 struct always_true struct
19 typedef bool result_type;
21 bool operator()(int, int) const in operator ()()
/external/sdv/vsomeip/third_party/boost/mpl/test/
Dalways.cpp23 typedef always<true_> always_true; in MPL_TEST_CASE() typedef
/external/rust/crates/rand/src/distributions/
Dbernoulli.rs165 let always_true = Bernoulli::new(1.0).unwrap(); in test_trivial() localVariable
/external/sdv/vsomeip/third_party/boost/spirit/test/x3/
Dtest.hpp126 constexpr bool always_true(T&&...) { return true; } in always_true() function
/external/libchrome/base/metrics/
Dfield_trial_unittest.cc141 char always_true[] = " always true"; in TEST_F() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h1639 bool always_true:1; member