Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs153 private static void AssertReadLittleEndian32(byte[] data, uint value) in AssertReadLittleEndian32() method in Google.Protobuf.CodedInputStreamTest
192 AssertReadLittleEndian32(Bytes(0x78, 0x56, 0x34, 0x12), 0x12345678); in ReadLittleEndian()
193 AssertReadLittleEndian32(Bytes(0xf0, 0xde, 0xbc, 0x9a), 0x9abcdef0); in ReadLittleEndian()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs214 private static void AssertReadLittleEndian32(byte[] data, uint value) in AssertReadLittleEndian32() method in Google.Protobuf.CodedInputStreamTest
273 AssertReadLittleEndian32(Bytes(0x78, 0x56, 0x34, 0x12), 0x12345678); in ReadLittleEndian()
274 AssertReadLittleEndian32(Bytes(0xf0, 0xde, 0xbc, 0x9a), 0x9abcdef0); in ReadLittleEndian()