Lines Matching refs:PutULEB128
510 auto bytes = s.PutULEB128(0x74ULL); in TEST_F()
517 auto bytes = s.PutULEB128(0x1985ULL); in TEST_F()
524 auto bytes = s.PutULEB128(0x5023ULL); in TEST_F()
531 auto bytes = s.PutULEB128(0xA48032ULL); in TEST_F()
538 auto bytes = s.PutULEB128(0x12345678ULL); in TEST_F()
545 auto bytes = s.PutULEB128(0xABFE3FAFDFULL); in TEST_F()
552 auto bytes = s.PutULEB128(0xDABFE3FAFDFULL); in TEST_F()
559 auto bytes = s.PutULEB128(0x7CDABFE3FAFDFULL); in TEST_F()
566 auto bytes = s.PutULEB128(0x327CDABFE3FAFDFULL); in TEST_F()
573 auto bytes = s.PutULEB128(std::numeric_limits<uint64_t>::max()); in TEST_F()
580 auto bytes = s.PutULEB128(0x0U); in TEST_F()
587 auto bytes = s.PutULEB128(0x1U); in TEST_F()
684 TEST_F(StreamTest, PutULEB128) { in TEST_F() argument
685 auto bytes = s.PutULEB128(0x74ULL); in TEST_F()