Home
last modified time | relevance | path

Searched refs:fields_alloc (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/beast/example/http/server/fast/
Dfields_alloc.hpp105 struct fields_alloc struct
122 using other = fields_alloc<U>; argument
129 fields_alloc() = default;
133 fields_alloc(std::size_t size) in fields_alloc() function
138 fields_alloc(fields_alloc const& other) in fields_alloc() argument
144 fields_alloc(fields_alloc<U> const& other) in fields_alloc() function
149 ~fields_alloc() in ~fields_alloc() argument
188 fields_alloc const& lhs, in operator ==() argument
189 fields_alloc<U> const& rhs) in operator ==()
198 fields_alloc const& lhs, in operator !=()
[all …]
DCMakeLists.txt18 fields_alloc.hpp
Dhttp_server_fast.cpp90 using alloc_t = fields_alloc<char>;
/third_party/gstreamer/gstreamer/gst/
Dgststructure.c168 guint fields_alloc; /* Allocated items in fields */ member
200 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()