Home | History | Annotate | Download | only in profiler

Lines Matching defs:label_

2370         label_(label) {
2380 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel());
2383 virtual const char* GetLabel() { return label_; }
2388 const char* label_;