Searched refs:actualArray (Results 1 – 1 of 1) sorted by relevance
19 const auto& actualArray = t.get<Array>(); in checkSubtype() local20 const auto err = checkSubtype(expectedArray.itemType, actualArray.itemType); in checkSubtype()22 … if (expectedArray.N && expectedArray.N != actualArray.N) return { errorMessage(expected, t) }; in checkSubtype()