Searched defs:Traits (Results 1 – 3 of 3) sorted by relevance
45 using Traits = fit::callable_traits<Callable>; typedef56 using Traits = CallableTraitsTest<int(float, bool)>::Traits; typedef61 using Traits = CallableTraitsTest<int (*)(float, bool)>::Traits; typedef70 using Traits = CallableTraitsTest<int (Object::*)(float, bool)>::Traits; typedef77 using Traits = CallableTraitsTest<decltype(lambda)>::Traits; typedef82 using Traits = typename CallableTraitsTest<Functor>::Traits; typedef91 using Traits = FunctorTraitsTest<MutableFunctor>::Traits; typedef96 using Traits = FunctorTraitsTest<fit::function<int(float, bool)>>; typedef101 using Traits = FunctorTraitsTest<std::function<int(float, bool)>>; typedef
38 using Traits = fit::function_traits<Callable>; typedef49 using Traits = TraitsTest<int(float, bool)>::Traits; typedef54 using Traits = TraitsTest<int (*)(float, bool)>::Traits; typedef61 using Traits = TraitsTest<decltype(lambda)>::Traits; typedef66 using Traits = typename TraitsTest<Functor>::Traits; typedef75 using Traits = FunctorTraitsTest<MutableFunctor>::Traits; typedef80 using Traits = FunctorTraitsTest<fit::function<int(float, bool)>>; typedef85 using Traits = FunctorTraitsTest<std::function<int(float, bool)>>; typedef
123 using Traits = SampleTraits<SAMPLE_FORMAT>; in GetFramesInternal() typedef
Completed in 7 milliseconds