Home
last modified time | relevance | path

Searched refs:testBlobRepresentation (Results 1 – 2 of 2) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_osc/osc/
H A Djuce_OSCSender.cpp438 …const uint8 testBlobRepresentation[] = { 0x00, 0x00, 0x00, 0x05, 0xBB, 0xCC, 0xDD, 0xEE, 0xFF, 0x0… in runTest() local
477 expect (sizeof (testBlobRepresentation) % 4 == 0); in runTest()
483 expect (outStream.getDataSize() == sizeof (testBlobRepresentation)); in runTest()
484 …expect (std::memcmp (outStream.getData(), testBlobRepresentation, sizeof (testBlobRepresentation))… in runTest()
H A Djuce_OSCReceiver.cpp782 const uint8 testBlobRepresentation[] = { in runTest() local
817 … OSCInputStream inStream (testBlobRepresentation, sizeof (testBlobRepresentation)); in runTest()
820 expect (inStream.getPosition() == sizeof (testBlobRepresentation)); in runTest()