Searched refs:b_frame (Results 1 – 1 of 1) sorted by relevance
457 FrameInfoType* b_frame = b.frame_info; in GetList() local458 if (a_frame == nullptr && b_frame != nullptr) { in GetList()460 } else if (a_frame != nullptr && b_frame == nullptr) { in GetList()462 } else if (a_frame == nullptr && b_frame == nullptr) { in GetList()467 if (a_frame->frames.size() != b_frame->frames.size()) { in GetList()468 return a_frame->frames.size() > b_frame->frames.size(); in GetList()