Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 104) sorted by relevance

12345

/MusicPlayer2/scintilla/src/
H A DPerLine.h34 void operator=(const MarkerHandleSet &) = delete; variable
35 void operator=(MarkerHandleSet &&) = delete; variable
57 void operator=(const LineMarkers &) = delete; variable
58 void operator=(LineMarkers &&) = delete; variable
84 void operator=(const LineLevels &) = delete; variable
85 void operator=(LineLevels &&) = delete; variable
106 void operator=(const LineState &) = delete; variable
107 void operator=(LineState &&) = delete; variable
127 void operator=(const LineAnnotation &) = delete; variable
128 void operator=(LineAnnotation &&) = delete; variable
[all …]
H A DXPM.h30 XPM &operator=(const XPM &) = default; variable
31 XPM &operator=(XPM &&) noexcept = default; variable
58 RGBAImage &operator=(const RGBAImage &) = default; variable
59 RGBAImage &operator=(RGBAImage &&) noexcept = default; variable
85 RGBAImageSet &operator=(const RGBAImageSet &) = delete; variable
86 RGBAImageSet &operator=(RGBAImageSet &&) = delete; variable
H A DCellBuffer.h44 Action &operator=(const Action &other) = delete; variable
45 Action &operator=(const Action &&other) = delete; variable
71 void operator=(const UndoHistory &) = delete; variable
72 void operator=(UndoHistory &&) = delete; variable
140 void operator=(const CellBuffer &) = delete; variable
141 void operator=(CellBuffer &&) = delete; variable
H A DPositionCache.h94 void operator=(const LineLayout &) = delete; variable
95 void operator=(LineLayout &&) = delete; variable
132 void operator=(const ScreenLine &) = delete; member
133 void operator=(ScreenLine &&) = delete; member
163 void operator=(const LineLayoutCache &) = delete; variable
164 void operator=(LineLayoutCache &&) = delete; variable
192 void operator=(const PositionCacheEntry &) = delete; variable
193 void operator=(PositionCacheEntry &&) = delete; variable
261 void operator=(const BreakFinder &) = delete; variable
262 void operator=(BreakFinder &&) = delete; variable
[all …]
H A DUniqueString.h35 UniqueStringSet &operator=(const UniqueStringSet &) = delete; variable
38 UniqueStringSet &operator=(UniqueStringSet &&) = default; variable
H A DRunStyles.h40 void operator=(const RunStyles &) = delete; variable
41 void operator=(RunStyles &&) = delete; variable
H A DStyle.h39 FontAlias &operator=(const FontAlias &) = delete; variable
40 FontAlias &operator=(FontAlias &&) = delete; variable
77 Style &operator=(const Style &source) noexcept; variable
78 Style &operator=(Style &&) = delete; variable
H A DEditView.h96 void operator=(const EditView &) = delete; variable
97 void operator=(EditView &&) = delete; variable
170 AutoLineLayout &operator=(const AutoLineLayout &) = delete; variable
171 AutoLineLayout &operator=(AutoLineLayout &&) = delete; variable
H A DLineMarker.h40 LineMarker &operator=(const LineMarker& other); variable
41 LineMarker &operator=(LineMarker&&) noexcept = default; variable
H A DPartitioning.h27 void operator=(const SplitVectorWithRangeAdd &) = delete; variable
28 void operator=(SplitVectorWithRangeAdd &&) = delete; variable
103 void operator=(const Partitioning &) = delete; variable
104 void operator=(Partitioning &&) = delete; variable
H A DScintillaBase.h52 ScintillaBase &operator=(const ScintillaBase &) = delete; variable
53 ScintillaBase &operator=(ScintillaBase &&) = delete; variable
/MusicPlayer2/MusicPlayer2/taglib/
H A Dtstring.h470 String &operator=(const String &s); variable
475 String &operator=(const std::string &s); variable
480 String &operator=(const wstring &s); variable
485 String &operator=(const wchar_t *s); variable
490 String &operator=(char c); variable
495 String &operator=(wchar_t c); variable
500 String &operator=(const char *s); variable
505 String &operator=(const ByteVector &v); variable
H A Dtbytevector.h569 ByteVector &operator=(const ByteVector &v); variable
574 ByteVector &operator=(char c); variable
581 ByteVector &operator=(const char *data); variable
H A Durllinkframe.h85 UrlLinkFrame &operator=(const UrlLinkFrame &); variable
182 UserUrlLinkFrame &operator=(const UserUrlLinkFrame &); variable
H A Dtextidentificationframe.h213 TextIdentificationFrame &operator=(const TextIdentificationFrame &); variable
303 UserTextIdentificationFrame &operator=(const UserTextIdentificationFrame &); variable
H A Did3v2frame.h306 Frame &operator=(const Frame &); variable
512 Header &operator=(const Header &); variable
H A Dtdebuglistener.h58 DebugListener &operator=(const DebugListener &); variable
H A Dopusfile.h127 File &operator=(const File &); variable
H A Did3v2header.h167 Header &operator=(const Header &); variable
H A Dmodproperties.h61 Properties &operator=(const Properties&); variable
H A Dmodfile.h102 File &operator=(const File &); variable
H A Ds3mfile.h102 File &operator=(const File &); variable
H A Dmodtag.h184 Tag &operator=(const Tag &); variable
H A Dvorbisfile.h134 File &operator=(const File &); variable
/MusicPlayer2/scintilla/include/
H A DPlatform.h323 Font &operator=(const Font &) = delete; variable
324 Font &operator=(Font &&) = delete; variable
372 Surface &operator=(const Surface &) = delete; variable
373 Surface &operator=(Surface &&) = delete; variable
439 Window &operator=(const Window &) = delete; variable
440 Window &operator=(Window &&) = delete; variable
553 Platform &operator=(const Platform &) = delete; variable
554 Platform &operator=(Platform &&) = delete; variable

12345