Searched refs:fields_alloc (Results 1 – 4 of 4) sorted by relevance
105 struct fields_alloc struct122 using other = fields_alloc<U>; argument129 fields_alloc() = default;133 fields_alloc(std::size_t size) in fields_alloc() function138 fields_alloc(fields_alloc const& other) in fields_alloc() argument144 fields_alloc(fields_alloc<U> const& other) in fields_alloc() function149 ~fields_alloc() in ~fields_alloc() argument188 fields_alloc const& lhs, in operator ==() argument189 fields_alloc<U> const& rhs) in operator ==()198 fields_alloc const& lhs, in operator !=()[all …]
18 fields_alloc.hpp
90 using alloc_t = fields_alloc<char>;
168 guint fields_alloc; /* Allocated items in fields */ member200 if (G_UNLIKELY (impl->fields_len == impl->fields_alloc)) { in _structure_append_val()203 if (G_UNLIKELY (impl->fields_alloc > (G_MAXUINT / 2))) in _structure_append_val()207 MAX (GST_ROUND_UP_8 (impl->fields_len + 1), impl->fields_alloc * 2); in _structure_append_val()216 impl->fields_alloc = want_alloc; in _structure_append_val()289 structure->fields_alloc = n_alloc; in gst_structure_new_id_empty_with_size()