Searched refs:diff_with_last_method_index (Results 1 – 1 of 1) sorted by relevance
425 uint16_t diff_with_last_method_index = method_it.first - last_method_index; in Save() local427 AddUintToBuffer(&buffer, diff_with_last_method_index); in Save()823 uint16_t diff_with_last_method_index; in ReadMethods() local824 READ_UINT(uint16_t, buffer, diff_with_last_method_index, error); in ReadMethods()825 uint16_t method_index = last_method_index + diff_with_last_method_index; in ReadMethods()