Lines Matching refs:expected_length
1306 uint32_t expected_length; in ReadSparseJSArray() local
1310 !ReadVarint<uint32_t>().To(&expected_length) || in ReadSparseJSArray()
1311 num_properties != expected_num_properties || length != expected_length) { in ReadSparseJSArray()
1361 uint32_t expected_length; in ReadDenseJSArray() local
1365 !ReadVarint<uint32_t>().To(&expected_length) || in ReadDenseJSArray()
1366 num_properties != expected_num_properties || length != expected_length) { in ReadDenseJSArray()
1470 uint32_t expected_length; in ReadJSMap() local
1471 if (!ReadVarint<uint32_t>().To(&expected_length) || in ReadJSMap()
1472 length != expected_length) { in ReadJSMap()
1506 uint32_t expected_length; in ReadJSSet() local
1507 if (!ReadVarint<uint32_t>().To(&expected_length) || in ReadJSSet()
1508 length != expected_length) { in ReadJSSet()