MCPcopy Create free account
hub / github.com/bloomberg/quantum / size

Method size

quantum/impl/quantum_buffer_impl.h:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67template <class T, class ALLOCATOR>
68size_t Buffer<T,ALLOCATOR>::size() const
69{
70 return _buffer.size();
71}
72
73template <class T, class ALLOCATOR>
74bool Buffer<T,ALLOCATOR>::empty() const

Callers 14

indexMethod · 0.45
getPrevMethod · 0.45
joinMethod · 0.45
mapReduceCoroMethod · 0.45
mapReduceBatchCoroMethod · 0.45
trimSequenceKeysMethod · 0.45
getSequenceKeyCountMethod · 0.45
TEST_PFunction · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by 4

TEST_PFunction · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36