| 44 | struct FieldPathTestCase { |
| 45 | struct OutputValues { |
| 46 | explicit OutputValues(std::vector<int> indices = {}) |
| 47 | : path(FieldPath(std::move(indices))) {} |
| 48 | |
| 49 | template <typename T> |
| 50 | const auto& OutputAs() const { |
nothing calls this directly
no test coverage detected