Home
last modified time | relevance | path

Searched refs:current_source_file_name_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/
Dstabs_to_module.cc72 current_source_file_name_ = name; in StartCompilationUnit()
84 current_source_file_name_ = NULL; in EndCompilationUnit()
120 if (name != current_source_file_name_) { in Line()
122 current_source_file_name_ = name; in Line()
Dstabs_to_module.h72 current_source_file_name_(NULL) { } in StabsToModule()
138 const char *current_source_file_name_; variable