Searched refs:decodeVarInt (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp221 static const char* decodeVarInt(const char *p, const char* limit, int64_t& foundInt) function in namespace:WebCore
279 p = decodeVarInt(p, limit, len);
397 p = decodeVarInt(p, limit, stringLen);
661 return decodeVarInt(p, limit, result->m_databaseId);
778 p = decodeVarInt(p, limit, result->m_objectStoreId);
784 return decodeVarInt(p, limit, result->m_metaDataType);
846 p = decodeVarInt(p, limit, result->m_objectStoreId);
849 p = decodeVarInt(p, limit, result->m_indexId);
917 return decodeVarInt(p, limit, result->m_objectStoreId);
971 p = decodeVarInt(
[all...]

Completed in 142 milliseconds