Home
last modified time | relevance | path

Searched refs:_Type (Results 1 - 7 of 7) sorted by relevance

/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSSettings.py67 class _Type: class
105 class _String(_Type):
121 class _StringList(_Type):
140 class _Boolean(_Type):
158 class _Integer(_Type):
162 _Type.__init__(self)
178 class _Enumeration(_Type):
192 _Type.__init__(self)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSSettings.py67 class _Type: class
105 class _String(_Type):
121 class _StringList(_Type):
140 class _Boolean(_Type):
158 class _Integer(_Type):
162 _Type.__init__(self)
178 class _Enumeration(_Type):
192 _Type.__init__(self)
/third_party/skia/src/core/
H A DSkRecord.h149 #define CASE(T) case SkRecords::T##_Type: return f(*(const SkRecords::T*)this->ptr()); in f()
160 #define CASE(T) case SkRecords::T##_Type: return f((SkRecords::T*)this->ptr()); in decltype()
H A DSkRecords.h87 #define ENUM(T) T##_Type,
155 static const Type kType = T##_Type; \
/third_party/skia/tools/
H A Ddump_record.cpp126 #define CASE(U) case SkRecords::U##_Type: return #U; in NameOf()
/third_party/skia/include/sksl/
H A DDSLType.h186 return DSLType::Construct(k ## T ## _Type, std::forward<Args>(args)...); \
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp12746 template<typename _Type>
12748 __is_null_pointer(_Type* __ptr)
12751 template<typename _Type>
12753 __is_null_pointer(_Type)
[all...]

Completed in 29 milliseconds