Home
last modified time | relevance | path

Searched refs:CHAR_STR (Results 1 – 3 of 3) sorted by relevance

/external/libabigail/src/
Dabg-reader.cc1559 string id = CHAR_STR(s); in walk_xml_node_to_map_type_ids()
2428 file_path = CHAR_STR(f); in read_location()
2434 line = atoi(CHAR_STR(l)); in read_location()
2439 column = atoi(CHAR_STR(c)); in read_location()
2526 string v = CHAR_STR(s); in read_visibility()
2555 string b = CHAR_STR(s); in read_binding()
2583 string a = CHAR_STR(s); in read_access()
2626 size_in_bits = atoll(CHAR_STR(s)); in read_size_and_alignment()
2632 align_in_bits = atoll(CHAR_STR(s)); in read_size_and_alignment()
2652 string b = CHAR_STR(s); in read_static()
[all …]
Dabg-libxml-utils.cc140 if (CHAR_STR(ssptr)) in xml_char_sptr_to_string()
142 s = CHAR_STR(ssptr); in xml_char_sptr_to_string()
/external/libabigail/include/
Dabg-libxml-utils.h81 #define CHAR_STR(xml_char_str) \ macro