Home
last modified time | relevance | path

Searched refs:source_location_to_keep_regex_str_ (Results 1 – 3 of 3) sorted by relevance

/external/libabigail/src/
Dabg-suppression-priv.h650 string source_location_to_keep_regex_str_; variable
742 && !source_location_to_keep_regex_str_.empty()) in get_source_location_to_keep_regex()
744 regex::compile(source_location_to_keep_regex_str_); in get_source_location_to_keep_regex()
Dabg-suppression.cc630 {return priv_->source_location_to_keep_regex_str_;} in get_source_location_to_keep_regex_str()
638 {priv_->source_location_to_keep_regex_str_ = r;} in set_source_location_to_keep_regex_str()
/external/libabigail/
DChangeLog19134 source_location_to_keep_regex_str_,