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

  /external/libchrome/base/
bind_helpers.h 636 struct MakeFunctionTypeImpl;
639 struct MakeFunctionTypeImpl<R, TypeList<Args...>> {
648 using MakeFunctionType = typename MakeFunctionTypeImpl<R, ArgList>::Type;
  /external/libweave/third_party/chromium/base/
bind_helpers.h 575 struct MakeFunctionTypeImpl;
578 struct MakeFunctionTypeImpl<R, TypeList<Args...>> {
587 using MakeFunctionType = typename MakeFunctionTypeImpl<R, ArgList>::Type;

Completed in 98 milliseconds