OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkTIsConst
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrProgramElementRef.h
66
SkTIsConst
<T>::value>::type BlockRefType;
/external/chromium_org/third_party/skia/include/core/
SkRefCnt.h
226
typedef typename SkTConstType<BlockRef<T>,
SkTIsConst
<T>::value>::type BlockRefType;
SkTemplates.h
30
*
SkTIsConst
<T>::value is true if the type T is const.
33
template <typename T> struct
SkTIsConst
{
64
reinterpret_cast<typename SkTConstType<char,
SkTIsConst
<D>::value>::type*>(ptr) + byteOffset
Completed in 563 milliseconds