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

/macosx-10.9.5/swig-10/Lib/python/
H A Dstd_carray.i19 %fragment(SWIG_Traits_frag(std::carray<_Type, _Size >), "header",
21 fragment=SWIG_Traits_frag(_Type),
24 template <> struct traits<std::carray<_Type, _Size > > {
27 return "std::carray<" #_Type "," #_Size " >";
34 SWIG_Traits_frag(std::carray<_Type, _Size >),
35 std::carray<_Type, _Size >);
44 inline const _Type& __getitem__(size_t i) const { return (*self)[i]; }
46 inline void __setitem__(size_t i, const _Type& v) { (*self)[i] = v; }
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dthreading_internal.h95 typedef typename _Ops::Integer _Type; typedef in class:Security::Atomic
99 { return Type(_Ops::add(delta, (_Type &)store)); }
101 { return Type(_Ops::addb(delta, (_Type &)store)); }
104 { return _Ops::cas(_Type(oldValue), _Type(newValue), (_Type &)store); }
106 { return _Ops::casb(_Type(oldValue), _Type(newValue), (_Type &)store); }
H A Dsuperblob.h21 template <class _BlobType, uint32_t _magic, class _Type>
26 typedef _Type Type;
64 template <class _BlobType, uint32_t _magic, class _Type>
65 inline bool SuperBlobCore<_BlobType, _magic, _Type>::validateBlob(size_t maxSize /* = 0 */) const
86 template <uint32_t _magic, class _Type = uint32_t>
87 class SuperBlob : public SuperBlobCore<SuperBlob<_magic, _Type>, _magic, _Type> {
91 template <class _BlobType, uint32_t _magic, class _Type>
92 const BlobCore *SuperBlobCore<_BlobType, _magic, _Type>::find(Type type) const
109 template <class _BlobType, uint32_t _magic, class _Type>
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dthreading_internal.h95 typedef typename _Ops::Integer _Type; typedef in class:Security::Atomic
99 { return Type(_Ops::add(delta, (_Type &)store)); }
101 { return Type(_Ops::addb(delta, (_Type &)store)); }
104 { return _Ops::cas(_Type(oldValue), _Type(newValue), (_Type &)store); }
106 { return _Ops::casb(_Type(oldValue), _Type(newValue), (_Type &)store); }
H A Dsuperblob.h21 template <class _BlobType, uint32_t _magic, class _Type>
26 typedef _Type Type;
64 template <class _BlobType, uint32_t _magic, class _Type>
65 inline bool SuperBlobCore<_BlobType, _magic, _Type>::validateBlob(size_t maxSize /* = 0 */) const
86 template <uint32_t _magic, class _Type = uint32_t>
87 class SuperBlob : public SuperBlobCore<SuperBlob<_magic, _Type>, _magic, _Type> {
91 template <class _BlobType, uint32_t _magic, class _Type>
92 const BlobCore *SuperBlobCore<_BlobType, _magic, _Type>::find(Type type) const
109 template <class _BlobType, uint32_t _magic, class _Type>
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/debug/
H A Dsafe_sequence.h52 template<typename _Type>
55 _Type __value;
58 explicit _Not_equal_to(const _Type& __v) : __value(__v) { }
61 operator()(const _Type& __x) const
H A Dformatter.h51 template<typename _Type>
52 struct __is_same<_Type, _Type>
241 template<typename _Type>
242 _Parameter(const _Type*& __it, const char* __name, _Is_iterator)
254 template<typename _Type>
255 _Parameter(_Type*& __it, const char* __name, _Is_iterator)
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Dvstring_util.h99 template<typename _Type>
101 _S_is_null_pointer(_Type* __ptr)
104 template<typename _Type>
106 _S_is_null_pointer(_Type)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dpyobjc-unittest.h96 Py##type##_Type.tp_name); \
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/test/
H A Dpyobjc-unittest.h96 Py##type##_Type.tp_name); \
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dboost_concept_check.h115 struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; }; typedef in struct:_Aux_require_same
121 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required;
866 typedef typename _Aux_require_same<_Key_type, _Value_type>::_Type
882 _Required_value_type>::_Type _Required;

Completed in 203 milliseconds