HomeSort by relevance Sort by last modified time
    Searched refs:FunctorTraits (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
bind_internal.h 38 // FunctorTraits<> -- Type traits used to determine the correct RunType and
63 struct FunctorTraits;
358 // FunctorTraits<>
362 struct FunctorTraits;
384 struct FunctorTraits<Functor,
400 struct FunctorTraits<R (*)(Args...)> {
415 struct FunctorTraits<R(__stdcall*)(Args...)> {
428 struct FunctorTraits<R(__fastcall*)(Args...)> {
457 struct FunctorTraits<R (^)(Args...)> {
478 struct FunctorTraits<base::mac::ScopedBlock<R (^)(Args...)>>
    [all...]
bind.h 196 using FunctorTraits = typename Helper::FunctorTraits;
199 internal::MakeUnwrappedTypeList<true, FunctorTraits::is_method,
237 using FunctorTraits = typename Helper::FunctorTraits;
240 internal::MakeUnwrappedTypeList<false, FunctorTraits::is_method,

Completed in 429 milliseconds