Searched defs:copy_bool (Results 1 – 2 of 2) sorted by relevance
544 inline bool copy_bool(bool b) { return b; } in copy_bool() function558 EIGEN_DONT_INLINE bool copy_bool(bool b) { return b; } in copy_bool() function
1094 Value* copy_bool = nullptr; in TEST() local1375 auto copy_bool = std::make_unique<Value>(bool_weak->Clone()); in TEST() local