Home
last modified time | relevance | path

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

/third_party/libabigail/include/
Dabg-ini.h166 class tuple_property_value; variable
170 typedef shared_ptr<tuple_property_value> tuple_property_value_sptr;
176 class tuple_property_value : public property_value
182 tuple_property_value(const vector<property_value_sptr>&);
195 virtual ~tuple_property_value();
198 tuple_property_value*
/third_party/libabigail/src/
Dabg-ini.cc456 struct tuple_property_value::priv
472 tuple_property_value::tuple_property_value(const vector<property_value_sptr>& v) in tuple_property_value() function in abigail::ini::tuple_property_value
481 tuple_property_value::get_value_items() const in get_value_items()
488 tuple_property_value::get_value_items() in get_value_items()
492 tuple_property_value::~tuple_property_value() in ~tuple_property_value()
499 tuple_property_value::as_string() const in as_string()
524 tuple_property_value*
526 {return dynamic_cast<tuple_property_value*>(const_cast<property_value*>(v));} in is_tuple_property_value()
536 {return dynamic_pointer_cast<tuple_property_value>(v);} in is_tuple_property_value()
1493 result.reset(new tuple_property_value(values)); in read_tuple_property_value()
/third_party/libabigail/
DChangeLog5471 (tuple_property_value): Likewise.
30708 (string_property_value, tuple_property_value, function_call_expr):
30723 (property::priv, tuple_property_value::priv)
30734 (tuple_property_value::{tuple_property_value, get_value_items,
30735 ~tuple_property_value, as_string}): Likewise.