Searched refs:combined_selectors_ (Results 1 – 2 of 2) sorted by relevance
733 combined_selectors_(0), in Comparator()906 combined_selectors_ |= selector; in SetTiebreaker()927 return 0 != (selector & combined_selectors_); in IsGroupedBy()1045 if (!(combined_selectors_ & BIRTH_THREAD) || in WriteSnapshot()1046 !(combined_selectors_ & DEATH_THREAD)) in WriteSnapshot()1048 (combined_selectors_ & BIRTH_THREAD) ? "*" : in WriteSnapshot()1050 (combined_selectors_ & DEATH_THREAD) ? "*" : in WriteSnapshot()1052 sample.birth().location().Write(!(combined_selectors_ & BIRTH_FILE), in WriteSnapshot()1053 !(combined_selectors_ & BIRTH_FUNCTION), in WriteSnapshot()
454 int combined_selectors_; variable