Searched refs:diff_with_last_class_index (Results 1 – 1 of 1) sorted by relevance
482 uint16_t diff_with_last_class_index = class_id.index_ - last_class_index; in Save() local484 AddUintToBuffer(&buffer, diff_with_last_class_index); in Save()872 uint16_t diff_with_last_class_index; in ReadClasses() local873 READ_UINT(uint16_t, buffer, diff_with_last_class_index, error); in ReadClasses()874 uint16_t type_index = last_class_index + diff_with_last_class_index; in ReadClasses()