Lines Matching defs:priv
198 struct property::priv struct in abigail::ini::property
200 string name_;
202 priv() in priv() argument
205 priv(const string& name) in priv() argument
244 struct property_value::priv struct in abigail::ini::property_value
246 enum property_value::value_kind kind_;
248 priv(property_value::value_kind kind = ABSTRACT_PROPERTY_VALUE) in priv() function
288 struct string_property_value::priv struct in abigail::ini::string_property_value
290 string content_;
292 priv() in priv() argument
295 priv(const string& c) in priv() argument
360 struct list_property_value::priv struct in abigail::ini::list_property_value
362 vector<string> values_;
363 string representation_;
365 priv() in priv() argument
368 priv(const vector<string>& vals) in priv() function
456 struct tuple_property_value::priv struct in abigail::ini::tuple_property_value
458 vector<property_value_sptr> value_items_;
459 string string_rep_;
461 priv() in priv() function
464 priv(const vector<property_value_sptr>& value_items) in priv() argument
543 struct simple_property::priv struct in abigail::ini::simple_property
545 string_property_value_sptr value_;
547 priv() in priv() function
550 priv(const string_property_value_sptr value) in priv() argument
634 struct list_property::priv struct in abigail::ini::list_property
636 list_property_value_sptr value_;
638 priv() in priv() argument
641 priv(const list_property_value_sptr value) in priv() function
702 struct tuple_property::priv struct in abigail::ini::tuple_property
704 tuple_property_value_sptr value_;
706 priv() in priv() argument
709 priv(const tuple_property_value_sptr value) in priv() argument
773 class config::section::priv class in abigail::ini::config::section
782 priv(const string& name) in priv() function in abigail::ini::config::section::priv
1628 class config::priv class in abigail::ini::config
1636 priv() in priv() function in abigail::ini::config::priv
1639 priv(const string& path, in priv() function in abigail::ini::config::priv
1954 struct function_call_expr::priv struct in abigail::ini::function_call_expr
1956 string name_;
1957 vector<string> arguments_;
1959 priv() in priv() function
1962 priv(const string& name, in priv() function