reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
67 Stack.emplace_back(steady_clock::now(), TimePointType(), std::move(Name), 72 assert(!Stack.empty() && "Must call begin() first"); 73 auto &E = Stack.back(); 95 if (std::find_if(++Stack.rbegin(), Stack.rend(), [&](const Entry &Val) { 95 if (std::find_if(++Stack.rbegin(), Stack.rend(), [&](const Entry &Val) { 97 }) == Stack.rend()) { 103 Stack.pop_back(); 107 assert(Stack.empty() &&