Lines Matching defs:bytes
376 std::size_t bytes; in TEST_F() local
390 std::size_t bytes; in TEST_F() local
534 auto bytes = s.PutULEB128(0x74ULL); in TEST_F() local
541 auto bytes = s.PutULEB128(0x1985ULL); in TEST_F() local
548 auto bytes = s.PutULEB128(0x5023ULL); in TEST_F() local
555 auto bytes = s.PutULEB128(0xA48032ULL); in TEST_F() local
562 auto bytes = s.PutULEB128(0x12345678ULL); in TEST_F() local
569 auto bytes = s.PutULEB128(0xABFE3FAFDFULL); in TEST_F() local
576 auto bytes = s.PutULEB128(0xDABFE3FAFDFULL); in TEST_F() local
583 auto bytes = s.PutULEB128(0x7CDABFE3FAFDFULL); in TEST_F() local
590 auto bytes = s.PutULEB128(0x327CDABFE3FAFDFULL); in TEST_F() local
597 auto bytes = s.PutULEB128(std::numeric_limits<uint64_t>::max()); in TEST_F() local
604 auto bytes = s.PutULEB128(0x0U); in TEST_F() local
611 auto bytes = s.PutULEB128(0x1U); in TEST_F() local
620 auto bytes = s.PutSLEB128(0x74LL); in TEST_F() local
627 auto bytes = s.PutSLEB128(0x1985LL); in TEST_F() local
634 auto bytes = s.PutSLEB128(0x5023LL); in TEST_F() local
641 auto bytes = s.PutSLEB128(0xA48032LL); in TEST_F() local
648 auto bytes = s.PutSLEB128(0x12345678LL); in TEST_F() local
655 auto bytes = s.PutSLEB128(0xABFE3FAFDFLL); in TEST_F() local
662 auto bytes = s.PutSLEB128(0xDABFE3FAFDFLL); in TEST_F() local
669 auto bytes = s.PutSLEB128(0x7CDABFE3FAFDFLL); in TEST_F() local
676 auto bytes = s.PutSLEB128(0x327CDABFE3FAFDFLL); in TEST_F() local
683 auto bytes = s.PutSLEB128(std::numeric_limits<int64_t>::max()); in TEST_F() local
690 auto bytes = s.PutSLEB128(0x0); in TEST_F() local
697 auto bytes = s.PutSLEB128(0x1); in TEST_F() local
709 auto bytes = s.PutULEB128(0x74ULL); in TEST_F() local
716 auto bytes = s.PutSLEB128(0x1985LL); in TEST_F() local