Home
last modified time | relevance | path

Searched defs:fields_alloc (Results 1 – 2 of 2) 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
133 fields_alloc(std::size_t size) in fields_alloc() argument
138 fields_alloc(fields_alloc const& other) in fields_alloc() function
144 fields_alloc(fields_alloc<U> const& other) in fields_alloc() function
149 ~fields_alloc() in ~fields_alloc() argument
155 allocate(size_type n) in allocate()
162 deallocate(value_type*, size_type) in deallocate()
188 fields_alloc const& lhs, in operator ==() argument
/third_party/gstreamer/gstreamer/gst/
Dgststructure.c168 guint fields_alloc; /* Allocated items in fields */ member