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.cc631 {return priv_->source_location_to_keep_regex_str_;} in get_source_location_to_keep_regex_str()
639 {priv_->source_location_to_keep_regex_str_ = r;} in set_source_location_to_keep_regex_str()
/external/libabigail/
DChangeLog22686 source_location_to_keep_regex_str_,