Searched refs:nested_call (Results 1 – 2 of 2) sorted by relevance
299 UntracedPrefixSegment(FunctionCallUP &&nested_call) in UntracedPrefixSegment() argument300 : m_nested_call(std::move(nested_call)) {} in UntracedPrefixSegment()350 void SetUntracedPrefixSegment(FunctionCallUP &&nested_call);
268 segment.IfNestedCall([&](const TraceDumper::FunctionCall &nested_call) { in DumpFunctionCallTree() argument270 DumpFunctionCallTree(nested_call); in DumpFunctionCallTree()345 [&](const TraceDumper::FunctionCall &nested_call) { in DumpFunctionCallTree() argument347 "nestedCall", [&] { DumpFunctionCallTree(nested_call); }); in DumpFunctionCallTree()679 TraceDumper::FunctionCallUP &&nested_call) { in SetUntracedPrefixSegment() argument680 m_untraced_prefix_segment.emplace(std::move(nested_call)); in SetUntracedPrefixSegment()