Home
last modified time | relevance | path

Searched refs:ClearBytes (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/tracing/core/
Dtrace_buffer_unittest.cc822 .ClearBytes(5, 4) // 5 := 4th payload byte. Byte 0 is the varint header. in TEST_F()
859 .ClearBytes(1, 4) in TEST_F()
860 .ClearBytes(16 - 4, 4) in TEST_F()
883 .ClearBytes(1, 4) // 1 := 0th payload byte. Byte 0 is the varint header. in TEST_F()
894 .ClearBytes(1, 4) // 1 := 0th payload byte. Byte 0 is the varint header. in TEST_F()
902 .ClearBytes(1, 8) // 1 := 0th payload byte. Byte 0 is the varint header. in TEST_F()
1005 .ClearBytes(0, 1) in TEST_F()
1101 .ClearBytes(0, 1) in TEST_F()
1132 .ClearBytes(4, 4) in TEST_F()
1715 .ClearBytes(10, 1) // Clears the varint header of packet "v". in TEST_F()
/external/perfetto/src/tracing/test/
Dfake_packet.h68 FakeChunk& ClearBytes(size_t offset, size_t len);
Dfake_packet.cc134 FakeChunk& FakeChunk::ClearBytes(size_t offset, size_t len) { in ClearBytes() function in perfetto::FakeChunk