Searched refs:property_vector (Results 1 – 1 of 1) sorted by relevance
49 class property_vector { class51 property_vector(property_buffer &buf) : buf(buf) { in property_vector() function in clover::detail::property_vector55 inline property_vector &105 detail::property_vector<T>156 inline property_vector<T> &157 property_vector<T>::operator=(const S &v) { in operator =()