Lines Matching refs:ByteLength
3074 size_t ByteLength() const { return contents_.ByteLength(); } in ByteLength() function in ScopedArrayBufferContents
3095 CHECK_EQ(1024, static_cast<int>(ab->ByteLength())); in THREADED_TEST()
3102 CHECK_EQ(1024, static_cast<int>(ab_contents.ByteLength())); in THREADED_TEST()
3137 CHECK_EQ(2, static_cast<int>(ab1->ByteLength())); in THREADED_TEST()
3155 CHECK_EQ(2, static_cast<int>(ab1_contents.ByteLength())); in THREADED_TEST()
3176 CHECK_EQ(100, static_cast<int>(ab3->ByteLength())); in THREADED_TEST()
3199 CHECK_EQ(0, static_cast<int>(dv->ByteLength())); in CheckDataViewIsNeutered()
3205 CHECK_EQ(0, static_cast<int>(ta->ByteLength())); in CheckIsNeutered()
3231 CHECK_EQ(length * kElementSize, static_cast<int>(ta->ByteLength())); in CreateAndCheck()
3268 CHECK_EQ(1023, static_cast<int>(dv->ByteLength())); in THREADED_TEST()
3272 CHECK_EQ(0, static_cast<int>(buffer->ByteLength())); in THREADED_TEST()
3312 CHECK_EQ(0, static_cast<int>(ab->ByteLength())); in THREADED_TEST()
17048 static_cast<int>(ta->ByteLength())); in TypedArrayTestHelper()
17133 CHECK_EQ(kSize, static_cast<int>(dv->ByteLength())); in THREADED_TEST()