Lines Matching refs:id2
809 int64_t id2 = ((const MethodEntry*) meth2)->methodId;810 if (id1 < id2) return -1;811 if (id1 > id2) return 1;