Home | History | Annotate | Download | only in src

Lines Matching refs:anonymous

3941   bool anonymous = label.is_null();
3945 if ((anonymous && stat->is_target_for_anonymous()) ||
3946 (!anonymous && ContainsLabel(stat->labels(), label))) {
3957 bool anonymous = label.is_null();
3963 if (anonymous || ContainsLabel(stat->labels(), label)) {