Searched defs:TraceFlow (Results 1 – 1 of 1) sorted by relevance
267 TraceFlow(const char* label) : label_(label), nonce_(TraceNonce()) { in TraceFlow() function273 TraceFlow(TraceFlow&& other) : label_(other.label_), nonce_(other.nonce_) { in TraceFlow() function