Home
last modified time | relevance | path

Searched refs:expectedBytes1 (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DRectangleTextureTest.cpp70 uint8_t* expectedBytes1 = reinterpret_cast<uint8_t*>(&expectedColor1); in test_clear() local
71 expectedBytes1[0] = GrColorUnpackR(color1); in test_clear()
72 expectedBytes1[1] = GrColorUnpackG(color1); in test_clear()
73 expectedBytes1[2] = GrColorUnpackB(color1); in test_clear()
74 expectedBytes1[3] = GrColorUnpackA(color1); in test_clear()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DCodedOutputStreamTest.cs288 byte[] expectedBytes1 = expectedOutput.ToArray(); in WriteContext_WritesWithFlushes()
298 Assert.AreEqual(expectedBytes1, bufferWriter.WrittenSpan.ToArray()); in WriteContext_WritesWithFlushes()

Completed in 2 milliseconds