Home | History | Annotate | Download | only in test

Lines Matching refs:CreateNew

1056 ACTION_TEMPLATE(CreateNew,
1063 const Action<int*()> a = CreateNew<int>();
1069 ACTION_TEMPLATE(CreateNew,
1076 const Action<int*()> a = CreateNew<int>(42);