Home
last modified time | relevance | path

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

/external/libabigail/src/
Dabg-suppression-priv.h651 mutable regex::regex_t_sptr source_location_to_keep_regex_; variable
741 if (!source_location_to_keep_regex_ in get_source_location_to_keep_regex()
743 source_location_to_keep_regex_ = in get_source_location_to_keep_regex()
745 return source_location_to_keep_regex_; in get_source_location_to_keep_regex()
753 {source_location_to_keep_regex_ = r;} in set_source_location_to_keep_regex()
/external/libabigail/
DChangeLog19135 source_location_to_keep_regex_}): Add new data members.