Searched refs:source_file_id (Results 1 – 6 of 6) sorted by relevance
74 , source_file_id(file_id) in Line()79 int32_t source_file_id; member
66 source_file_id = *(reinterpret_cast<const int32_t *>( in CopyFrom()69 raw + 2 * sizeof(address) + sizeof(source_file_id))); in CopyFrom()
93 FileMap::iterator it = files_.find(line->source_file_id); in LookupAddress()96 files_.find(line->source_file_id).GetValuePtr(); in LookupAddress()
104 + SimpleSerializer<int32_t>::SizeOf(line.source_file_id) in SizeOf()110 dest = SimpleSerializer<int32_t>::Write(line.source_file_id, dest); in Write()
227 ASSERT_TRUE(basic_line->source_file_id == fast_line->source_file_id); in CompareLine()
213 FileMap::const_iterator it = files_.find(line->source_file_id); in LookupAddress()215 frame->source_file_name = files_.find(line->source_file_id)->second; in LookupAddress()