Searched refs:kLastType (Results 1 – 11 of 11) sorted by relevance
23 kLastType = 4 enumerator25 static const int kMaxRecordType = kLastType;
83 } else if (record_type == kLastType) { in ReadRecord()132 case kLastType: in ReadRecord()
69 type = kLastType; in AddRecord()
431 SetByte(6, kLastType); in TEST_F()
59 kLastType = kShader enumerator61 static const int kTypeCnt = (int)DeviceSpaceType::kLastType + 1;
681 if (fType < 0 || fType > kLastType) { in isValid()
270 static_assert(sizeof(size_t) * 8 > SqlValue::kLastType);271 using ExpectedTypesSet = std::bitset<SqlValue::kLastType + 1>;
164 kLastType = kBytes, enumerator
73 kLastType = kComplex_Type, //!< largest Type value enumerator
78 kLastType = kDilate enumerator160 MorphType filterType = buffer.read32LE(MorphType::kLastType); in CreateProc()
683 static_assert((int)SkRRect::kLastType + 1 <= 8); // 3 bits in onAddToKey()