Searched refs:big_gen (Results 1 - 1 of 1) sorted by relevance
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
| H A D | conformance_testing.h | 746 void operator()(BigGenerator big_gen) const { in operator ()() 748 const T big = big_gen(); in operator ()() 755 big_gen.description}), in operator ()() 764 // `small_gen` and the value generated by `big_gen`. 768 void operator()(BigGenerator big_gen) const { in operator ()() 770 ExpectMoveAssign<T, Prof>{errors}, small_gen, big_gen); in operator ()() 772 ExpectMoveAssign<T, Prof>{errors}, big_gen, small_gen); in operator ()() 775 ExpectCopyAssign<T, Prof>{errors}, small_gen, big_gen); in operator ()() 777 ExpectCopyAssign<T, Prof>{errors}, big_gen, small_gen); in operator ()() 780 small_gen, big_gen); in operator ()() [all...] |
Completed in 2 milliseconds