Searched refs:debug_annotation_names_ (Results 1 – 1 of 1) sorted by relevance
434 debug_annotation_names_.clear(); in ClearIfNeeded()452 EXPECT_EQ(debug_annotation_names_.find(it.iid()), in Parse()453 debug_annotation_names_.end()); in Parse()454 debug_annotation_names_[it.iid()] = it.name(); in Parse()474 return debug_annotation_names_[iid]; in GetDebugAnnotationName()483 std::map<uint64_t, std::string> debug_annotation_names_; member in __anon78e5bb3c0111::ParsedIncrementalState