Home
last modified time | relevance | path

Searched refs:source_file_id (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/processor/
Dsource_line_resolver_base_types.h74 , source_file_id(file_id) in Line()
79 int32_t source_file_id; member
Dfast_source_line_resolver_types.h66 source_file_id = *(reinterpret_cast<const int32_t *>( in CopyFrom()
69 raw + 2 * sizeof(address) + sizeof(source_file_id))); in CopyFrom()
Dfast_source_line_resolver.cc93 FileMap::iterator it = files_.find(line->source_file_id); in LookupAddress()
96 files_.find(line->source_file_id).GetValuePtr(); in LookupAddress()
Dsimple_serializer-inl.h104 + SimpleSerializer<int32_t>::SizeOf(line.source_file_id) in SizeOf()
110 dest = SimpleSerializer<int32_t>::Write(line.source_file_id, dest); in Write()
Dmodule_comparer.cc227 ASSERT_TRUE(basic_line->source_file_id == fast_line->source_file_id); in CompareLine()
Dbasic_source_line_resolver.cc213 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()