Searched refs:a_frame (Results 1 – 1 of 1) sorted by relevance
437 FrameInfoType* a_frame = a.frame_info; in GetList() local439 if (a_frame == nullptr && b_frame != nullptr) { in GetList()441 } else if (a_frame != nullptr && b_frame == nullptr) { in GetList()443 } else if (a_frame == nullptr && b_frame == nullptr) { in GetList()448 if (a_frame->frames.size() != b_frame->frames.size()) { in GetList()449 return a_frame->frames.size() > b_frame->frames.size(); in GetList()