Lines Matching refs:property_value_sptr
350 is_string_property_value(const property_value_sptr v) in is_string_property_value()
448 is_list_property_value(const property_value_sptr&v) in is_list_property_value()
458 vector<property_value_sptr> value_items_;
464 priv(const vector<property_value_sptr>& value_items) in priv()
472 tuple_property_value::tuple_property_value(const vector<property_value_sptr>& v) in tuple_property_value()
480 const vector<property_value_sptr>&
487 vector<property_value_sptr>&
504 for (vector<property_value_sptr>::const_iterator i = in as_string()
535 is_tuple_property_value(const property_value_sptr v) in is_tuple_property_value()
1339 property_value_sptr
1342 property_value_sptr nil, result; in read_property_value()
1471 property_value_sptr value; in read_tuple_property_value()
1472 vector<property_value_sptr> values; in read_tuple_property_value()
1560 property_value_sptr value = read_property_value(); in read_property()