Home | History | Annotate | Download | only in src

Lines Matching defs:label_

2824         label_(label) {
2834 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel());
2837 virtual const char* GetLabel() { return label_; }
2842 const char* label_;