Lines Matching refs:PutSLEB128
596 auto bytes = s.PutSLEB128(0x74LL); in TEST_F()
603 auto bytes = s.PutSLEB128(0x1985LL); in TEST_F()
610 auto bytes = s.PutSLEB128(0x5023LL); in TEST_F()
617 auto bytes = s.PutSLEB128(0xA48032LL); in TEST_F()
624 auto bytes = s.PutSLEB128(0x12345678LL); in TEST_F()
631 auto bytes = s.PutSLEB128(0xABFE3FAFDFLL); in TEST_F()
638 auto bytes = s.PutSLEB128(0xDABFE3FAFDFLL); in TEST_F()
645 auto bytes = s.PutSLEB128(0x7CDABFE3FAFDFLL); in TEST_F()
652 auto bytes = s.PutSLEB128(0x327CDABFE3FAFDFLL); in TEST_F()
659 auto bytes = s.PutSLEB128(std::numeric_limits<int64_t>::max()); in TEST_F()
666 auto bytes = s.PutSLEB128(0x0); in TEST_F()
673 auto bytes = s.PutSLEB128(0x1); in TEST_F()
691 TEST_F(StreamTest, PutSLEB128) { in TEST_F() argument
692 auto bytes = s.PutSLEB128(0x1985LL); in TEST_F()