Home
last modified time | relevance | path

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

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