HomeSort by relevance Sort by last modified time
    Searched defs:RunType (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/base/
bind.h 60 typename internal::FunctorTraits<Functor>::RunType,
66 typedef typename internal::FunctorTraits<Functor>::RunType RunType;
68 typedef internal::BindState<RunnableType, RunType, void()> BindState;
79 typename internal::FunctorTraits<Functor>::RunType,
85 typedef typename internal::FunctorTraits<Functor>::RunType RunType;
87 // Use RunnableType::RunType instead of RunType above because our
90 typedef internal::FunctionTraits<typename RunnableType::RunType>
    [all...]
bind_internal_win.h 31 typedef R (RunType)();
49 typedef R (RunType)();
67 typedef R (RunType)(A1);
85 typedef R (RunType)(A1);
103 typedef R (RunType)(A1, A2);
122 typedef R (RunType)(A1, A2);
141 typedef R (RunType)(A1, A2, A3);
161 typedef R (RunType)(A1, A2, A3);
181 typedef R (RunType)(A1, A2, A3, A4);
202 typedef R (RunType)(A1, A2, A3, A4)
    [all...]
callback.h 366 template <typename Runnable, typename RunType, typename BoundArgsType>
373 typedef R(RunType)();
413 typedef R(RunType)(A1);
454 typedef R(RunType)(A1, A2);
498 typedef R(RunType)(A1, A2, A3);
545 typedef R(RunType)(A1, A2, A3, A4);
596 typedef R(RunType)(A1, A2, A3, A4, A5);
650 typedef R(RunType)(A1, A2, A3, A4, A5, A6);
707 typedef R(RunType)(A1, A2, A3, A4, A5, A6, A7);
callback_unittest.cc 18 typedef void(RunType)(internal::BindStateBase*);
26 template <typename Runnable, typename RunType, typename BoundArgsType>
bind_internal.h 32 // and a RunType typedef that corresponds to the type of Run().
42 // RunType -- A function type (as opposed to function _pointer_ type) for
62 // FunctorTraits<> -- Type traits used determine the correct RunType and
94 // This class also exposes a RunType typedef that is the function type of the
108 typedef R (RunType)();
126 typedef R (RunType)(T*);
145 typedef R (RunType)(const T*);
164 typedef R (RunType)(A1);
182 typedef R (RunType)(T*, A1);
201 typedef R (RunType)(const T*, A1)
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkRegion.h 32 typedef int32_t RunType;
326 const RunType* fRuns;
359 const SkRegion::RunType* fRuns;
390 SkDEBUGCODE(bool debugSetRuns(const RunType runs[], int count);)
423 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;
428 bool setRuns(RunType runs[], int count);
433 RunType runs[kRectRegionRuns]);
437 static bool RunsAreARect(const SkRegion::RunType runs[], int count,
  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 70 template <typename RunType>
80 typedef void RunType();
82 template <typename RunType>
83 Callback(BindState<RunType> bind_state) {
84 BindState<RunType>::Run();
  /external/skia/include/core/
SkRegion.h 32 typedef int32_t RunType;
326 const RunType* fRuns;
359 const SkRegion::RunType* fRuns;
390 SkDEBUGCODE(bool debugSetRuns(const RunType runs[], int count);)
423 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;
428 bool setRuns(RunType runs[], int count);
433 RunType runs[kRectRegionRuns]);
437 static bool RunsAreARect(const SkRegion::RunType runs[], int count,

Completed in 799 milliseconds