Searched refs:drop_artifact (Results 1 – 2 of 2) sorted by relevance
1620 ini::simple_property_sptr drop_artifact = in read_type_suppression() local1622 if (!drop_artifact) in read_type_suppression()1623 drop_artifact = is_simple_property(section.find_property("drop")); in read_type_suppression()1625 string drop_artifact_str = drop_artifact in read_type_suppression()1626 ? drop_artifact->get_value()->as_string() in read_type_suppression()3143 ini::simple_property_sptr drop_artifact = in read_function_suppression() local3145 if (!drop_artifact) in read_function_suppression()3146 drop_artifact = is_simple_property(section.find_property("drop")); in read_function_suppression()3148 string drop_artifact_str = drop_artifact in read_function_suppression()3149 ? drop_artifact->get_value()->as_string() in read_function_suppression()[all …]
3 drop_artifact = true