Searched refs:diff_with_last_method_index (Results 1 – 1 of 1) sorted by relevance
471 uint16_t diff_with_last_method_index = method_it.first - last_method_index; in Save() local473 AddUintToBuffer(&buffer, diff_with_last_method_index); in Save()837 uint16_t diff_with_last_method_index; in ReadMethods() local838 READ_UINT(uint16_t, buffer, diff_with_last_method_index, error); in ReadMethods()839 uint16_t method_index = last_method_index + diff_with_last_method_index; in ReadMethods()