Searched refs:find_property (Results 1 – 11 of 11) sorted by relevance
57 if (section.find_property(*name)) in check_sufficient_props()1620 is_simple_property(section.find_property("drop_artifact")); in read_type_suppression()1622 drop_artifact = is_simple_property(section.find_property("drop")); in read_type_suppression()1629 is_simple_property(section.find_property("label")); in read_type_suppression()1633 is_simple_property(section.find_property("file_name_regexp")); in read_type_suppression()1638 is_simple_property(section.find_property("file_name_not_regexp")); in read_type_suppression()1645 is_simple_property(section.find_property("soname_regexp")); in read_type_suppression()1650 is_simple_property(section.find_property("soname_not_regexp")); in read_type_suppression()1657 is_simple_property(section.find_property("name_regexp")); in read_type_suppression()1663 is_simple_property(section.find_property("name_not_regexp")); in read_type_suppression()[all …]
845 config::section::find_property(const string& prop_name) const in find_property() function in abigail::ini::config::section
25 /find_property
42 'find_property',
2 root_node find_property subnode_offset path_offset \
340 run_test find_property $TREE
90 bool find_property(PROPINDEX i, uint32_t *poffset, uint32_t *psize,
384 find_property(const string& prop_name) const;
2678 def find_property(lines, property_name): function2697 index, value = find_property(properties, self.JAVA_ASSERT_PROPERTY)
49 (find_property): Renamed to ...
17241 find_property}): Adjust.25878 (config::section::find_property): Adjust return type.30207 * include/abg-ini.h (config::section::find_property): New method.30209 * src/abg-ini.cc (config::section::find_property): Define new