Home
last modified time | relevance | path

Searched defs:copy_bool (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DMacros.h544 inline bool copy_bool(bool b) { return b; } in copy_bool() function
558 EIGEN_DONT_INLINE bool copy_bool(bool b) { return b; } in copy_bool() function
/external/libchrome/base/
Dvalues_unittest.cc1094 Value* copy_bool = nullptr; in TEST() local
1375 auto copy_bool = std::make_unique<Value>(bool_weak->Clone()); in TEST() local