Searched defs:step_details (Results 1 – 5 of 5) sorted by relevance
41 const StepDetails& step_details) { in ConvertStepDetailsToStepInfo()124 const auto* step_details = gtl::FindOrNull(nonoverlapped_step_events, step); in ConvertStepEventsToStepDb() local
148 for (const google::protobuf::Any& step_details : analysis.step_details()) { in ComputeGenericStepTimeBreakdownInMs() local704 for (const google::protobuf::Any& step_details : any_step_details) { in ComputeBottleneckAnalysis() local
226 for (const auto& step_details : src) { in CombineStepEvents() local256 const auto& step_details = step_events.second; in ToNonOverlappedStepEvents() local
74 oneof step_details { oneof
169 repeated google.protobuf.Any step_details = 4; field