Home
last modified time | relevance | path

Searched refs:getStoreSize (Results 1 – 3 of 3) sorted by relevance

/external/opencore/protocols/http_parcom/src/
Dstring_keyvalue_store.h233 uint32 getStoreSize();
Dstring_keyvalue_store.cpp29 uint32 StringKeyValueStore::getStoreSize() in getStoreSize() function in StringKeyValueStore
Dhttp_parser.cpp844 uint32 aNewStoreSize = OSCL_MAX(miniSize, iKeyValueStore->getStoreSize()) << 1; in reallocKeyValueStore()