Searched refs:ArgumentFunction (Results 1 – 2 of 2) sorted by relevance
75 template <typename ArgumentFunction,77 IsValidTraceLambda<ArgumentFunction>()>::type>79 ArgumentFunction arg_function) { in WriteTrackEventArgs()
2403 auto ArgumentFunction = [&] { in TEST_P() local2408 TRACE_EVENT_BEGIN("test", "DisabledEvent", "arg", ArgumentFunction()); in TEST_P()2409 { TRACE_EVENT("test", "DisabledScopedEvent", "arg", ArgumentFunction()); } in TEST_P()2415 ArgumentFunction(); in TEST_P()