Searched refs:a_frame (Results 1 – 1 of 1) sorted by relevance
436 FrameInfoType* a_frame = a.frame_info; in GetList() local438 if (a_frame == nullptr && b_frame != nullptr) { in GetList()440 } else if (a_frame != nullptr && b_frame == nullptr) { in GetList()442 } else if (a_frame == nullptr && b_frame == nullptr) { in GetList()447 if (a_frame->frames.size() != b_frame->frames.size()) { in GetList()448 return a_frame->frames.size() > b_frame->frames.size(); in GetList()