Home | History | Annotate | Download | only in test

Lines Matching refs:CreateNew

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