Searched defs:ScopedTrace (Results 1 – 2 of 2) sorted by relevance
72 explicit ScopedTrace(const char *str) in ScopedTrace() function76 explicit ScopedTrace(const std::string &str) : ScopedTrace(str.c_str()) {} in ScopedTrace() function
69 explicit ScopedTrace(const char *str) in ScopedTrace() function73 explicit ScopedTrace(const std::string &str) : ScopedTrace(str.c_str()) {} in ScopedTrace() function