Home | History | Annotate | Download | only in protozero

Lines Matching refs:end

41                            const uint8_t* end,
47 if (PERFETTO_UNLIKELY(pos >= end)) {
59 const uint8_t* end,
71 PERFETTO_CHECK_PTR_LE(pos, end - 1);
75 pos = ParseVarInt(pos, end, &raw_field_id);
83 PERFETTO_CHECK_PTR_LE(pos + sizeof(uint64_t), end);
90 PERFETTO_CHECK_PTR_LE(pos + sizeof(uint32_t), end);
98 pos = ParseVarInt(pos, end, field_intvalue);
102 pos = ParseVarInt(pos, end, field_intvalue);
104 PERFETTO_CHECK_PTR_LE(pos, end);