MCPcopy Create free account
hub / github.com/ceph/ceph / size

Method size

src/common/mini_flat_map.h:336–338  ·  view source on GitHub ↗

return number of elements in map, This is the number of optionals * which are not null in the map. * @return size_t size */

Source from the content-addressed store, hash-verified

334 * @return size_t size
335 */
336 size_t size() const {
337 return _size;
338 }
339
340 /** return maximum number of elements that container can hold.
341 * @return size_t

Callers 7

progressMethod · 0.45
_iteratorMethod · 0.45
mini_flat_mapMethod · 0.45
containsMethod · 0.45
mini_flat_mapClass · 0.45
max_sizeMethod · 0.45
populate_bitset_setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected