assertReadLittleEndian32 234 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java assertReadLittleEndian32(bytes(0x78, 0x56, 0x34, 0x12), 0x12345678); assertReadLittleEndian32 235 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java assertReadLittleEndian32(bytes(0xf0, 0xde, 0xbc, 0x9a), 0x9abcdef0);