| 1911 | class TestSchemaImport : public ::testing::Test, public SchemaStructBuilder { |
| 1912 | public: |
| 1913 | void SetUp() override { Reset(); } |
| 1914 | |
| 1915 | void CheckImport(const std::shared_ptr<DataType>& expected) { |
| 1916 | SchemaReleaseCallback cb(&c_struct_); |