Defined down here to avoid circular dependency between DataGeneratorImpl and GTestDataGeneratorImpl
| 366 | // Defined down here to avoid circular dependency between DataGeneratorImpl and |
| 367 | // GTestDataGeneratorImpl |
| 368 | std::unique_ptr<GTestDataGenerator> DataGeneratorImpl::FailOnError() { |
| 369 | return std::make_unique<GTestDataGeneratorImpl>(shared_from_this()); |
| 370 | } |
| 371 | |
| 372 | } // namespace |
| 373 |
no outgoing calls