MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / size

Method size

SIP/SIPUtility.h:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 typedef typename BaseType::iterator iterator;
49
50 int size() {
51 ScopedLock(this->mMapLock);
52 return mList.size();
53 }
54 void push_back(ValueType val) {
55 ScopedLock(this->mMapLock);
56 mList.push_back(val);

Callers 13

MOCSendINVITEMethod · 0.45
encodeSpacesFunction · 0.45
uriSetMethod · 0.45
siWriteMethod · 0.45
sendAuthOKMessageMethod · 0.45
str2MethodTypeMethod · 0.45
ipSetMethod · 0.45
dequoteFunction · 0.45
smGenerateMethod · 0.45
smAddBodyMethod · 0.45
smGetRand401Method · 0.45
trimbothFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected