Searched refs:template (Results 1 - 25 of 504) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfVecAttribute.h57 template <> const char *V2iAttribute::staticTypeName ();
58 template <> void V2iAttribute::writeValueTo (OStream &, int) const;
59 template <> void V2iAttribute::readValueFrom (IStream &, int, int);
63 template <> const char *V2fAttribute::staticTypeName ();
64 template <> void V2fAttribute::writeValueTo (OStream &, int) const;
65 template <> void V2fAttribute::readValueFrom (IStream &, int, int);
69 template <> const char *V3iAttribute::staticTypeName ();
70 template <> void V3iAttribute::writeValueTo (OStream &, int) const;
71 template <> void V3iAttribute::readValueFrom (IStream &, int, int);
75 template <> cons
[all...]
H A DImfBoxAttribute.h55 template <> const char *Box2iAttribute::staticTypeName ();
56 template <> void Box2iAttribute::writeValueTo (OStream &, int) const;
57 template <> void Box2iAttribute::readValueFrom (IStream &, int, int);
61 template <> const char *Box2fAttribute::staticTypeName ();
62 template <> void Box2fAttribute::writeValueTo (OStream &, int) const;
63 template <> void Box2fAttribute::readValueFrom (IStream &, int, int);
H A DImfMatrixAttribute.h55 template <> const char *M33fAttribute::staticTypeName ();
56 template <> void M33fAttribute::writeValueTo (OStream &, int) const;
57 template <> void M33fAttribute::readValueFrom (IStream &, int, int);
61 template <> const char *M44fAttribute::staticTypeName ();
62 template <> void M44fAttribute::writeValueTo (OStream &, int) const;
63 template <> void M44fAttribute::readValueFrom (IStream &, int, int);
H A DImfChannelListAttribute.h54 template <> const char *ChannelListAttribute::staticTypeName ();
55 template <> void ChannelListAttribute::writeValueTo (OStream &, int) const;
56 template <> void ChannelListAttribute::readValueFrom (IStream &, int, int);
H A DImfChromaticitiesAttribute.h55 template <>
58 template <>
61 template <>
H A DImfCompressionAttribute.h54 template <> const char *CompressionAttribute::staticTypeName ();
55 template <> void CompressionAttribute::writeValueTo (OStream &, int) const;
56 template <> void CompressionAttribute::readValueFrom (IStream &, int, int);
H A DImfEnvmapAttribute.h53 template <> const char *EnvmapAttribute::staticTypeName ();
54 template <> void EnvmapAttribute::writeValueTo (OStream &, int) const;
55 template <> void EnvmapAttribute::readValueFrom (IStream &, int, int);
H A DImfKeyCodeAttribute.h55 template <>
58 template <>
61 template <>
H A DImfLineOrderAttribute.h54 template <> const char *LineOrderAttribute::staticTypeName ();
55 template <> void LineOrderAttribute::writeValueTo (OStream &, int) const;
56 template <> void LineOrderAttribute::readValueFrom (IStream &, int, int);
H A DImfPreviewImageAttribute.h54 template <>
57 template <>
60 template <>
H A DImfRationalAttribute.h53 template <>
56 template <>
59 template <>
H A DImfStringAttribute.h54 template <> const char *StringAttribute::staticTypeName ();
55 template <> void StringAttribute::writeValueTo (OStream &, int) const;
56 template <> void StringAttribute::readValueFrom (IStream &, int, int);
H A DImfTileDescriptionAttribute.h53 template <>
57 template <>
61 template <>
H A DImfTimeCodeAttribute.h55 template <>
58 template <>
61 template <>
H A DImfDoubleAttribute.h53 template <> const char *DoubleAttribute::staticTypeName ();
H A DImfFloatAttribute.h53 template <> const char *FloatAttribute::staticTypeName ();
H A DImfIntAttribute.h53 template <> const char *IntAttribute::staticTypeName ();
H A DImfXdr.h118 template <class S, class T>
122 template <class S, class T>
126 template <class S, class T>
130 template <class S, class T>
134 template <class S, class T>
138 template <class S, class T>
142 template <class S, class T>
146 template <class S, class T>
150 template <class S, class T>
154 template <clas
[all...]
/haiku-fatelf/src/bin/diffutils/lib/
H A Dmkstemp.c39 rpl_mkstemp (char *template) argument
41 return __gen_tempname (template, __GT_FILE);
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathLimits.h85 // Class limits<T> is useful to implement template classes or
89 // template <class T> max (T x[], int n)
117 template <class T> struct limits
132 template <>
143 template <>
154 template <>
165 template <>
176 template <>
187 template <>
198 template <>
[all...]
/haiku-fatelf/headers/private/shared/
H A Dbinary-utils.h23 template<int h, int l>
31 template<>
44 template<const unsigned long long N> struct Binary
50 template<>
64 template<const unsigned long mask, unsigned int firstBit>
71 template<const unsigned long mask>
/haiku-fatelf/headers/cpp/
H A Dstl_relops.h36 template <class _Tp>
41 template <class _Tp>
46 template <class _Tp>
51 template <class _Tp>
/haiku-fatelf/headers/cpp/std/
H A Dgslice_array.h1 // The template and inlines for the -*- C++ -*- gslice_array class.
37 template<typename _Tp> class gslice_array
55 template<class _Dom>
57 template<class _Dom>
59 template<class _Dom>
61 template<class _Dom>
63 template<class _Dom>
65 template<class _Dom>
67 template<class _Dom>
69 template<clas
[all...]
H A Dindirect_array.h1 // The template and inlines for the -*- C++ -*- indirect_array class.
37 template <class _Tp> class indirect_array
55 template<class _Dom>
57 template<class _Dom>
59 template<class _Dom>
61 template<class _Dom>
63 template<class _Dom>
65 template<class _Dom>
67 template<class _Dom>
69 template<clas
[all...]
H A Dmask_array.h1 // The template and inlines for the -*- C++ -*- mask_array class.
37 template <class _T> class mask_array
55 template<class _Dom>
57 template<class _Dom>
59 template<class _Dom>
61 template<class _Dom>
63 template<class _Dom>
65 template<class _Dom>
67 template<class _Dom>
69 template<clas
[all...]

Completed in 146 milliseconds

1234567891011>>