D | TestHarness.h | 68 struct MixedTyped { struct 81 typedef std::pair<MixedTyped, MixedTyped> MixedTypedExampleType; argument 144 inline void for_all(MixedTyped& idx_and_data, in for_all() 155 static_assert(9 == MixedTyped::kNumTypes, in for_all() 170 inline void for_all(const MixedTyped& idx_and_data, in for_all() 182 9 == MixedTyped::kNumTypes, in for_all() 202 inline void resize_accordingly(const MixedTyped& golden, MixedTyped& test) { in resize_accordingly() 213 static_assert(9 == MixedTyped::kNumTypes, in resize_accordingly() 227 inline MixedTyped filter(const MixedTyped& golden, in filter() 229 MixedTyped filtered; in filter() [all …]
|