Searched refs:SKIP_NUM (Results 1 – 2 of 2) sorted by relevance
29 constexpr size_t SKIP_NUM = 3; // 3 : skip class_idx and proto_idx and name in IndexAccessor() local30 auto sp = pf.GetSpanFromId(method_id).SubSpan(IDX_SIZE * (SKIP_NUM - 1) + ID_SIZE); in IndexAccessor()
29 constexpr size_t SKIP_NUM = 2; // skip class_idx and proto_idx in GetNameId() local30 auto sp = panda_file.GetSpanFromId(method_id).SubSpan(IDX_SIZE * SKIP_NUM); in GetNameId()43 constexpr size_t SKIP_NUM = 1; // skip class_idx in GetProtoId() local44 auto sp = panda_file.GetSpanFromId(method_id).SubSpan(IDX_SIZE * SKIP_NUM); in GetProtoId()