HomeSort by relevance Sort by last modified time
    Searched full:encodeint (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/storage/
IDBLevelDBBackingStore.cpp 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);
    [all...]

Completed in 65 milliseconds