Searched defs:ScopedAnnotation (Results 1 – 3 of 3) sorted by relevance
45 explicit ScopedAnnotation(absl::string_view name) { in ScopedAnnotation() function53 explicit ScopedAnnotation(const char* name) in ScopedAnnotation() function56 explicit ScopedAnnotation(const string& name) { in ScopedAnnotation() function64 explicit ScopedAnnotation(string&& name) { in ScopedAnnotation() function73 explicit ScopedAnnotation(NameGeneratorT name_generator) { in ScopedAnnotation() function
29 TEST(ScopedAnnotation, Simple) { in TEST() argument
32 class ScopedAnnotation { class34 ScopedAnnotation(ThreadState *thr, const char *aname, const char *f, int l, in ScopedAnnotation() function in __tsan::ScopedAnnotation