Searched refs:counted (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgraphicsbrush.tex18 A wxGraphicsBrush is a native representation of a brush. It is used for filling a path on a graphics context. The contents are specific an private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a Create...Brush call on the graphics context or the renderer instance.
H A Dgraphicsfont.tex18 A wxGraphicsFont is a native representation of a font (including text colour). The contents are specific an private to the respective renderer. Instances are ref counted
H A Dgraphicspen.tex18 A wxGraphicsPen is a native representation of a pen. It is used for stroking a path on a graphics context. The contents are specific and private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a CreatePen call on the graphics context or the renderer instance.
H A Dtrefcount.tex33 That's why not all reference-counted wxWidgets classes provide comparison operators.
50 \subsection{List of reference-counted wxWidgets classes}\label{refcountlist}
53 and copy constructors since they are reference-counted:
71 Note that the list above reports the objects which are reference-counted in all ports of
73 \subsection{Make your own reference-counted class}\label{wxobjectoverview}
H A Dgridwork.tex30 this class is ref counted: it is created with ref count of 1, so
H A Dstream.tex150 it gives you the position in the {\it real} stream counted from the start of
168 \twocolitem{{\bf wxFromStart}}{The position is counted from the start of the stream.}
169 \twocolitem{{\bf wxFromCurrent}}{The position is counted from the current position of the stream.}
170 \twocolitem{{\bf wxFromEnd}}{The position is counted from the end of the stream.}
249 Returns the current position (counted in bytes) in the stream buffer.
H A Dobject.tex15 wxObject can be used to implement \helpref{reference counted}{trefcount} objects,
44 Pointer to an object which is the object's reference-counted data.
207 This class is used to store reference-counted data. Derive classes from this to
H A Danimation.tex63 See \helpref{reference-counted object destruction}{refcountdestruct} for more info.
H A Dgraphicsmatrix.tex14 A wxGraphicsMatrix is a native representation of an affine matrix. The contents are specific and private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a CreateMatrix call on the graphics context or the renderer instance.
H A Dmemorydc.tex70 problems related to wxBitmap being a reference counted object
H A Dtxtdatob.tex16 wxStrings are reference counted).
H A Dbrush.tex139 See \helpref{reference-counted object destruction}{refcountdestruct} for more info.
303 See \helpref{reference-counted object comparison}{refcountequality} for more info.
311 See \helpref{reference-counted object comparison}{refcountequality} for more info.
H A Dpen.tex158 See \helpref{reference-counted object destruction}{refcountdestruct} for more info.
338 See \helpref{reference-counted object comparison}{refcountequality} for more info.
345 See \helpref{reference-counted object comparison}{refcountequality} for more info.
H A Daccel.tex158 See \helpref{reference-counted object destruction}{refcountdestruct} for more info.
H A Dgraphicspath.tex14 A wxGraphicsPath is a native representation of an geometric path. The contents are specific an private to the respective renderer. Instances are ref counted and can
H A Dgridattr.tex44 This class is ref counted: it is created with ref count of 1, so
H A Dmetafile.tex36 See \helpref{reference-counted object destruction}{refcountdestruct} for more info.
H A Dpalette.tex89 See \helpref{reference-counted object destruction}{refcountdestruct} for more info.
H A Dtstream.tex79 // in the stream counted from the beginning.
H A Dvariant.tex37 Note that as of wxWidgets 2.7.1, wxVariant is \helpref{reference counted}{trefcount}.
63 should also be reference counted to make copying operations cheap and fast. This
168 See \helpref{reference-counted object destruction}{refcountdestruct} for more info.
499 wxVariantData is \helpref{reference counted}{refcount}, but you don't normally have to care about this,
H A Dfont.tex258 See \helpref{reference-counted object destruction}{refcountdestruct} for more info.
600 See \helpref{reference-counted object comparison}{refcountequality} for more info.
608 See \helpref{reference-counted object comparison}{refcountequality} for more info.
H A Dcursor.tex240 See \helpref{reference-counted object destruction}{refcountdestruct} for more info.
H A Dttoolbar.tex224 // Can delete the bitmaps since they're reference counted
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dlanman.c1295 int counted=0,total=0; local
1374 counted++;
1397 int count2 = counted;
1420 SSVAL(*rparam,4,counted);
1421 SSVAL(*rparam,6,counted+missed);
1425 DEBUG(3,("NetServerEnum domain = %s uLevel=%d counted=%d total=%d\n",
1426 domain,uLevel,counted,counted+missed));
1446 int counted=0; local
1470 SSVAL(*rparam,4,counted);
1704 int total=0,counted=0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Drelocation.c63 /* is the block in non-reference counted tree */
2322 * is reference counted. we should use do_relocation() in this
2324 * counted. return -ENOENT if the block is root of reloc tree.
2343 /* no other choice for non-refernce counted tree */
3216 int counted; local
3250 * are not counted in
3253 counted = 0;
3255 counted = 1;
3258 if (counted)
3281 counted
[all...]

Completed in 623 milliseconds

12