Home | History | Annotate | Download | only in storage

Lines Matching full:encodeint

179 static Vector<char> encodeInt(int64_t n)
479 return db->put(key, encodeInt(value));
546 Vector<char> databaseIdString = encodeInt(m_databaseId);
547 Vector<char> objectStoreIdString = encodeInt(m_objectStoreId);
548 Vector<char> indexIdString = encodeInt(m_indexId);
1822 if (!m_db->put(existsEntryKey, encodeInt(version)))