Searched refs:size_incl_header (Results 1 – 1 of 1) sorted by relevance
138 size_t size_incl_header = static_cast<size_t>(field_size + hdr_size); in Parse() local139 PERFETTO_DCHECK(size_incl_header > partial_buf_.size()); in Parse()143 if (partial_buf_.size() + size >= size_incl_header) { in Parse()150 std::unique_ptr<uint8_t[]> buf(new uint8_t[size_incl_header]); in Parse()154 size_t size_missing = size_incl_header - partial_buf_.size(); in Parse()160 ParseInternal(std::move(buf), buf_start, size_incl_header); in Parse()