Searched refs:find_property (Results 1 – 10 of 10) sorted by relevance
56 if (section.find_property(*name)) in check_sufficient_props()1577 is_simple_property(section.find_property("drop_artifact")); in read_type_suppression()1579 drop_artifact = is_simple_property(section.find_property("drop")); in read_type_suppression()1586 is_simple_property(section.find_property("label")); in read_type_suppression()1590 is_simple_property(section.find_property("file_name_regexp")); in read_type_suppression()1595 is_simple_property(section.find_property("file_name_not_regexp")); in read_type_suppression()1602 is_simple_property(section.find_property("soname_regexp")); in read_type_suppression()1607 is_simple_property(section.find_property("soname_not_regexp")); in read_type_suppression()1614 is_simple_property(section.find_property("name_regexp")); in read_type_suppression()1620 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
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,
406 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 ...
13689 find_property}): Adjust.22326 (config::section::find_property): Adjust return type.26655 * include/abg-ini.h (config::section::find_property): New method.26657 * src/abg-ini.cc (config::section::find_property): Define new