HomeSort by relevance Sort by last modified time
    Searched defs:typeByte (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/storage/
IDBLevelDBBackingStore.cpp 657 unsigned char typeByte = *p++;
658 ASSERT_UNUSED(typeByte, typeByte == kDatabaseFreeListTypeByte);
702 unsigned char typeByte = *p++;
703 ASSERT_UNUSED(typeByte, typeByte == kDatabaseNameTypeByte);
774 unsigned char typeByte = *p++;
775 ASSERT_UNUSED(typeByte, typeByte == kObjectStoreMetaDataTypeByte);
842 unsigned char typeByte = *p++
    [all...]
  /dalvik/vm/
Globals.h 230 ClassObject* typeByte;

Completed in 340 milliseconds