OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RunType
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Parser/
DelayedTemplateParsing.cpp
69
template <typename
RunType
>
79
typedef void
RunType
();
81
template <typename
RunType
>
82
Callback(BindState<
RunType
> bind_state) {
83
BindState<
RunType
>::Run();
/external/skia/include/core/
SkRegion.h
32
typedef int32_t
RunType
;
312
const
RunType
* fRuns;
345
const SkRegion::
RunType
* fRuns;
373
SkDEBUGCODE(bool debugSetRuns(const
RunType
runs[], int count);)
393
const
RunType
* getRuns(
RunType
tmpStorage[], int* count) const;
394
bool setRuns(
RunType
runs[], int count);
399
RunType
runs[kRectRegionRuns]);
401
static bool ComputeRunBounds(const
RunType
runs[], int count,
Completed in 245 milliseconds