| 1838 | } |
| 1839 | |
| 1840 | static bool IsAllNonSymmetric(const TVector<const TFullModel*>& modelVector) { |
| 1841 | return AllOf(modelVector, [] (const TFullModel* m) { return !m->IsOblivious(); }); |
| 1842 | } |
| 1843 | |
| 1844 | template <typename TBuilderType> |
| 1845 | static void SumModels( |
no test coverage detected