Home
last modified time | relevance | path

Searched defs:Traits (Results 1 – 3 of 3) sorted by relevance

/system/utest/fit/
A Dtraits_tests.cpp45 using Traits = fit::callable_traits<Callable>; typedef
56 using Traits = CallableTraitsTest<int(float, bool)>::Traits; typedef
61 using Traits = CallableTraitsTest<int (*)(float, bool)>::Traits; typedef
70 using Traits = CallableTraitsTest<int (Object::*)(float, bool)>::Traits; typedef
77 using Traits = CallableTraitsTest<decltype(lambda)>::Traits; typedef
82 using Traits = typename CallableTraitsTest<Functor>::Traits; typedef
91 using Traits = FunctorTraitsTest<MutableFunctor>::Traits; typedef
96 using Traits = FunctorTraitsTest<fit::function<int(float, bool)>>; typedef
101 using Traits = FunctorTraitsTest<std::function<int(float, bool)>>; typedef
A Dfunction_traits_tests.cpp38 using Traits = fit::function_traits<Callable>; typedef
49 using Traits = TraitsTest<int(float, bool)>::Traits; typedef
54 using Traits = TraitsTest<int (*)(float, bool)>::Traits; typedef
61 using Traits = TraitsTest<decltype(lambda)>::Traits; typedef
66 using Traits = typename TraitsTest<Functor>::Traits; typedef
75 using Traits = FunctorTraitsTest<MutableFunctor>::Traits; typedef
80 using Traits = FunctorTraitsTest<fit::function<int(float, bool)>>; typedef
85 using Traits = FunctorTraitsTest<std::function<int(float, bool)>>; typedef
/system/uapp/audio/
A Dsine-source.cpp123 using Traits = SampleTraits<SAMPLE_FORMAT>; in GetFramesInternal() typedef

Completed in 7 milliseconds