Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
181
template <class K, class T>
182
size_t map<K,T>::size() const {
183
return this->empty() ? 0 : cache().size();
184
}
185
186
template <class K, class T>
187
void map<K,T>::clear() {
Callers
15
parse_sasl
Function · 0.45
config_file
Function · 0.45
send
Method · 0.45
test_empty
Function · 0.45
test_use
Function · 0.45
test_cppmap
Function · 0.45
test_copy_constructor
Function · 0.45
test_initializer_list_constructor
Function · 0.45
decode
Method · 0.45
encode
Method · 0.45
impl
Method · 0.45
copy
Method · 0.45
Calls
1
empty
Method · 0.95
Tested by
15
test_empty
Function · 0.36
test_use
Function · 0.36
test_cppmap
Function · 0.36
test_copy_constructor
Function · 0.36
test_initializer_list_constructor
Function · 0.36
on_close
Method · 0.36
test_container_capabilities
Function · 0.36
test_container_properties
Function · 0.36
test_container_links_no_properties
Function · 0.36
test_container_links_properties
Function · 0.36
map_test
Function · 0.36
operator==
Function · 0.36