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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.cc 937 unsigned char type_byte_a; local
938 if (!DecodeByte(&slice_a, &type_byte_a)) {
949 if (int x = type_byte_a - type_byte_b)
951 if (type_byte_a < kMaxSimpleGlobalMetaDataTypeByte)
958 if (type_byte_a == kDatabaseFreeListTypeByte) {
962 if (type_byte_a == kDatabaseNameTypeByte) {
973 unsigned char type_byte_a; local
974 if (!DecodeByte(&slice_a, &type_byte_a)) {
985 if (int x = type_byte_a - type_byte_b)
987 if (type_byte_a < DatabaseMetaDataKey::MAX_SIMPLE_METADATA_TYPE
    [all...]

Completed in 47 milliseconds