Lines Matching refs:eByteOrderLittle
292 s.PutHex16(0x1234U, lldb::eByteOrderLittle); in TEST_F()
296 s.PutHex16(std::numeric_limits<uint16_t>::max(), lldb::eByteOrderLittle); in TEST_F()
300 s.PutHex16(0U, lldb::eByteOrderLittle); in TEST_F()
320 s.PutHex32(0x12345678U, lldb::eByteOrderLittle); in TEST_F()
324 s.PutHex32(std::numeric_limits<uint32_t>::max(), lldb::eByteOrderLittle); in TEST_F()
328 s.PutHex32(0U, lldb::eByteOrderLittle); in TEST_F()
348 s.PutHex64(0x1234567890ABCDEFU, lldb::eByteOrderLittle); in TEST_F()
352 s.PutHex64(std::numeric_limits<uint64_t>::max(), lldb::eByteOrderLittle); in TEST_F()
356 s.PutHex64(0U, lldb::eByteOrderLittle); in TEST_F()
391 bytes = s.PutMaxHex64(0x12U, 1, lldb::eByteOrderLittle); in TEST_F()
393 bytes = s.PutMaxHex64(0x1234U, 2, lldb::eByteOrderLittle); in TEST_F()
395 bytes = s.PutMaxHex64(0x12345678U, 4, lldb::eByteOrderLittle); in TEST_F()
397 bytes = s.PutMaxHex64(0x1234567890ABCDEFU, 8, lldb::eByteOrderLittle); in TEST_F()
470 hostByteOrder, lldb::eByteOrderLittle); in TEST_F()
478 hostByteOrder, lldb::eByteOrderLittle); in TEST_F()
511 lldb::eByteOrderLittle); in TEST_F()
523 lldb::eByteOrderLittle); in TEST_F()