Searched refs:array_buffer_result (Results 1 – 1 of 1) sorted by relevance
174 pp::VarArrayBuffer array_buffer_result(rtf_result); in TestReadWriteRTF() local175 ASSERT_TRUE(array_buffer_result.ByteLength() == array_buffer.ByteLength()); in TestReadWriteRTF()176 char* bytes_result = static_cast<char*>(array_buffer_result.Map()); in TestReadWriteRTF()210 pp::VarArrayBuffer array_buffer_result(custom_data_result); in TestReadWriteCustomData() local211 ASSERT_EQ(array_buffer_result.ByteLength(), array_buffer.ByteLength()); in TestReadWriteCustomData()212 char* bytes_result = static_cast<char*>(array_buffer_result.Map()); in TestReadWriteCustomData()