MCPcopy Create free account
hub / github.com/apache/qpid-proton / size

Method size

cpp/src/map.cpp:182–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180
181template <class K, class T>
182size_t map<K,T>::size() const {
183 return this->empty() ? 0 : cache().size();
184}
185
186template <class K, class T>
187void map<K,T>::clear() {

Callers 15

parse_saslFunction · 0.45
config_fileFunction · 0.45
sendMethod · 0.45
test_emptyFunction · 0.45
test_useFunction · 0.45
test_cppmapFunction · 0.45
test_copy_constructorFunction · 0.45
decodeMethod · 0.45
encodeMethod · 0.45
implMethod · 0.45
copyMethod · 0.45

Calls 1

emptyMethod · 0.95

Tested by 15

test_emptyFunction · 0.36
test_useFunction · 0.36
test_cppmapFunction · 0.36
test_copy_constructorFunction · 0.36
on_closeMethod · 0.36
map_testFunction · 0.36
operator==Function · 0.36