Searched refs:XML_NODE_GET_ATTRIBUTE (Results 1 – 3 of 3) sorted by relevance
/third_party/libabigail/src/ |
D | abg-reader.cc | 1175 xml::xml_char_sptr path_str = XML_NODE_GET_ATTRIBUTE(node, "path"); in read_corpus() 1180 XML_NODE_GET_ATTRIBUTE(node, "architecture"); in read_corpus() 1186 XML_NODE_GET_ATTRIBUTE(node, "soname"); in read_corpus() 1589 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(n, "id")) in walk_xml_node_to_map_type_ids() 1608 XML_NODE_GET_ATTRIBUTE(node, "address-size"); in read_translation_unit() 1615 xml::xml_char_sptr path_str = XML_NODE_GET_ATTRIBUTE(node, "path"); in read_translation_unit() 1620 XML_NODE_GET_ATTRIBUTE(node, "comp-dir-path"); in read_translation_unit() 1625 xml::xml_char_sptr language_str = XML_NODE_GET_ATTRIBUTE(node, "language"); in read_translation_unit() 1676 xml::xml_char_sptr path_str = XML_NODE_GET_ATTRIBUTE(node, "path"); in get_or_read_and_add_translation_unit() 1875 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(n, "name")) in build_needed() [all …]
|
/third_party/libabigail/include/ |
D | abg-libxml-utils.h | 78 #define XML_NODE_GET_ATTRIBUTE(node, name) \ macro
|
/third_party/libabigail/ |
D | ChangeLog | 43797 (XML_NODE_GET_ATTRIBUTE): New getter macro.
|