Searched refs:debug_annotation_names (Results 1 – 6 of 6) sorted by relevance
183 sequence_state.debug_annotation_names.clear(); in UpdateIncrementalState()198 for (auto it = interned_data.debug_annotation_names(); it; it++) { in UpdateIncrementalState()200 sequence_state.debug_annotation_names[entry.iid()] = in UpdateIncrementalState()
406 tls.sequence_state.debug_annotation_names[annotation.name_iid()].data(); in PrintDebugAnnotationName()408 tls.sequence_state.debug_annotation_names[annotation.name_iid()].size(); in PrintDebugAnnotationName()
82 std::map<uint64_t /*iid*/, std::string> debug_annotation_names; member
70 repeated DebugAnnotationName debug_annotation_names = 3; field
508 std::map<uint64_t, std::string> debug_annotation_names; in ReadSlicesFromTrace() local522 debug_annotation_names.clear(); in ReadSlicesFromTrace()554 for (const auto& it : interned_data.debug_annotation_names()) { in ReadSlicesFromTrace()555 EXPECT_EQ(debug_annotation_names.find(it.iid()), in ReadSlicesFromTrace()556 debug_annotation_names.end()); in ReadSlicesFromTrace()557 debug_annotation_names[it.iid()] = it.name(); in ReadSlicesFromTrace()635 slice += debug_annotation_names[it.name_iid()] + "="; in ReadSlicesFromTrace()
7291 repeated DebugAnnotationName debug_annotation_names = 3; field