Searched refs:read_pos (Results 1 – 7 of 7) sorted by relevance
200 uint64_t read_pos = 0; in ReadDataSection() local201 while (read_pos < data_section_size_) { in ReadDataSection()212 read_pos += header.size; in ReadDataSection()216 auxtrace->location.file_offset = data_section_offset_ + read_pos; in ReadDataSection()221 read_pos += auxtrace->data->aux_size; in ReadDataSection()
489 bool RecordFileReader::ReadFileFeature(size_t& read_pos, FileFeature* file) { in ReadFileFeature() argument494 if (read_pos >= it->second.size) { in ReadFileFeature()497 if (read_pos == 0) { in ReadFileFeature()511 read_pos += 4 + size; in ReadFileFeature()601 size_t read_pos = 0; in LoadBuildIdAndFileFeatures() local602 while (ReadFileFeature(read_pos, &file_feature)) { in LoadBuildIdAndFileFeatures()
384 size_t read_pos = 0; in WriteFileFeature() local385 while (reader->ReadFileFeature(read_pos, &file)) { in WriteFileFeature()
179 bool ReadFileFeature(size_t& read_pos, FileFeature* file);
476 size_t read_pos = 0; in DumpFeatureSection() local478 while (record_file_reader_->ReadFileFeature(read_pos, &file)) { in DumpFeatureSection()
436 size_t read_pos = 0; in WriteFeatureSections() local438 while (reader_->ReadFileFeature(read_pos, &file_feature)) { in WriteFeatureSections()
352 size_t read_pos = 0; in ProcessSymbolsInPerfDataFile() local353 while (reader->ReadFileFeature(read_pos, &file)) { in ProcessSymbolsInPerfDataFile()