Lines Matching defs:anonymous
3923 bool anonymous = label.is_null();3927 if ((anonymous && stat->is_target_for_anonymous()) ||3928 (!anonymous && ContainsLabel(stat->labels(), label))) {3939 bool anonymous = label.is_null();3945 if (anonymous || ContainsLabel(stat->labels(), label)) {