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

Method reset

cpp/src/map.cpp:206–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204// Point to a different underlying pn_data_t, no copy
205template <class K, class T>
206void map<K,T>::reset(pn_data_t *d) {
207 value_.reset(d); // Points to d, not copy of d.
208 map_.reset();
209 // NOTE: for internal use. Don't verify that the data is valid here as that
210 // would forcibly decode message maps immediately, we want to decode on-demand.
211}
212
213template <class K, class T>
214PN_CPP_EXTERN proton::codec::decoder& operator>>(proton::codec::decoder& d, map<K,T>& m)

Callers 15

work_queue.cppFile · 0.45
on_container_startMethod · 0.45
url.cppFile · 0.45
apply_unboundMethod · 0.45
apply_reconnect_urlsMethod · 0.45
map.cppFile · 0.45
valueMethod · 0.45
clearMethod · 0.45
on_container_startMethod · 0.45
on_container_startMethod · 0.45
on_container_startMethod · 0.45
on_container_startMethod · 0.45

Calls

no outgoing calls

Tested by 5

on_container_startMethod · 0.36
on_container_startMethod · 0.36
on_container_startMethod · 0.36
on_container_startMethod · 0.36
on_container_startMethod · 0.36