Searched refs:aKeyLength (Results 1 – 2 of 2) sorted by relevance
70 int32 aKeyLength = aNewKey.length(); in addKeyToStore() local71 …if (!storeNewKeyValueItem(aNewKey.c_str(), aKeyLength, newLocation)) return StringKeyValueStore_No… in addKeyToStore()72 iFieldKeys[tableIndex].setPtrLen(newLocation, aKeyLength); in addKeyToStore()73 iTotalKeyValueLength += aKeyLength; in addKeyToStore()133 int32 StringKeyValueStore::addKeyValuePair(const char *aNewKey, const uint32 aKeyLength, const char… in addKeyValuePair() argument136 StrCSumPtrLen newKey(aNewKey, aKeyLength); in addKeyValuePair()
192 …int32 addKeyValuePair(const char *aNewKey, const uint32 aKeyLength, const char *aNewValue, const u…