Home
last modified time | relevance | path

Searched refs:fMsg (Results 1 – 25 of 130) sorted by relevance

123456

/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/util/
H A DXMLException.cpp64 fMemoryManager->deallocate(fMsg); in ~XMLException()
88 , fMsg(0) in XMLException()
102 , fMsg(0) in XMLException()
120 , fMsg(XMLString::replicate(toCopy.fMsg, toCopy.fMemoryManager)) in XMLException()
141 fMsg = 0; in operator =()
147 if (toAssign.fMsg) { in operator =()
148 fMsg = XMLString::replicate in operator =()
150 toAssign.fMsg in operator =()
183 fMsg = XMLString::replicate in loadExceptText()
213 fMsg = XMLString::replicate in loadExceptText()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/util/
H A DXMLException.cpp64 fMemoryManager->deallocate(fMsg); in ~XMLException()
88 , fMsg(0) in XMLException()
102 , fMsg(0) in XMLException()
120 , fMsg(XMLString::replicate(toCopy.fMsg, toCopy.fMemoryManager)) in XMLException()
141 fMsg = 0; in operator =()
147 if (toAssign.fMsg) { in operator =()
148 fMsg = XMLString::replicate in operator =()
150 toAssign.fMsg in operator =()
183 fMsg = XMLString::replicate in loadExceptText()
213 fMsg = XMLString::replicate in loadExceptText()
[all …]
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/sax/
H A DSAXException.hpp62 fMsg(XMLString::replicate(XMLUni::fgZeroLenString, manager)) in SAXException()
77 fMsg(XMLString::replicate(msg, manager)) in SAXException()
92 fMsg(XMLString::transcode(msg, manager)) in SAXException()
104 , fMsg(XMLString::replicate(toCopy.fMsg, toCopy.fMemoryManager)) in SAXException()
112 fMemoryManager->deallocate(fMsg);//delete [] fMsg; in ~SAXException()
130 fMemoryManager->deallocate(fMsg);//delete [] fMsg; in operator =()
131 fMsg = XMLString::replicate(toCopy.fMsg, toCopy.fMemoryManager); in operator =()
145 return fMsg; in getMessage()
157 XMLCh* fMsg; member in SAXException
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/sax/
H A DSAXException.hpp62 fMsg(XMLString::replicate(XMLUni::fgZeroLenString, manager)) in SAXException()
77 fMsg(XMLString::replicate(msg, manager)) in SAXException()
92 fMsg(XMLString::transcode(msg, manager)) in SAXException()
104 , fMsg(XMLString::replicate(toCopy.fMsg, toCopy.fMemoryManager)) in SAXException()
112 fMemoryManager->deallocate(fMsg);//delete [] fMsg; in ~SAXException()
130 fMemoryManager->deallocate(fMsg);//delete [] fMsg; in operator =()
131 fMsg = XMLString::replicate(toCopy.fMsg, toCopy.fMemoryManager); in operator =()
145 return fMsg; in getMessage()
157 XMLCh* fMsg; member in SAXException
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk/
H A Dgtkmsgqueue.pp30 fMsg : PMsg;
32 property Msg: PMsg read fMsg write fMsg;
77 if fMsg <> nil then
86 fMsg := nil;
93 and (fMsg^.message = LM_GTKPAINT)
95 FinalizePaintTagMsg(fMsg);
97 Dispose(fMsg);
98 fMsg := nil;
188 vlItem.fMsg := ParMsg;
208 if FirstMessageItem <> nil then Result := FirstMessageItem.fMsg;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkmsgqueue.pp30 fMsg : PMsg;
32 property Msg: PMsg read fMsg write fMsg;
77 if fMsg <> nil then
86 fMsg := nil;
93 and (fMsg^.message = LM_GTKPAINT)
95 FinalizePaintTagMsg(fMsg);
97 Dispose(fMsg);
98 fMsg := nil;
188 vlItem.fMsg := ParMsg;
208 if FirstMessageItem <> nil then Result := FirstMessageItem.fMsg;
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk/
H A Dgtkmsgqueue.pp30 fMsg : PMsg;
32 property Msg: PMsg read fMsg write fMsg;
77 if fMsg <> nil then
86 fMsg := nil;
93 and (fMsg^.message = LM_GTKPAINT)
95 FinalizePaintTagMsg(fMsg);
97 Dispose(fMsg);
98 fMsg := nil;
188 vlItem.fMsg := ParMsg;
208 if FirstMessageItem <> nil then Result := FirstMessageItem.fMsg;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkmsgqueue.pp30 fMsg : PMsg;
32 property Msg: PMsg read fMsg write fMsg;
77 if fMsg <> nil then
86 fMsg := nil;
93 and (fMsg^.message = LM_GTKPAINT)
95 FinalizePaintTagMsg(fMsg);
97 Dispose(fMsg);
98 fMsg := nil;
188 vlItem.fMsg := ParMsg;
208 if FirstMessageItem <> nil then Result := FirstMessageItem.fMsg;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/loggingcpp/
H A Dmessage.cpp106 fMsgID(msgid), fMsg(lookupMessage(msgid)), fConfig(Config::makeConfig()) in Message()
111 fMsgID(0), fMsg(msg), fConfig(Config::makeConfig()) in Message()
118 std::swap(fMsg, rhs.fMsg); in swap()
152 boost::format fmt(fMsg); in format()
185 fMsg = fmt.str(); in format()
230 fMsg = lookupMessage(fMsgID); in reset()
H A Dmessageobj.h118 return fMsg; in msg()
154 std::string fMsg; /// the formated or unformated message variable
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/loggingcpp/
H A Dmessage.cpp106 fMsgID(msgid), fMsg(lookupMessage(msgid)), fConfig(Config::makeConfig()) in Message()
111 fMsgID(0), fMsg(msg), fConfig(Config::makeConfig()) in Message()
118 std::swap(fMsg, rhs.fMsg); in swap()
152 boost::format fmt(fMsg); in format()
185 fMsg = fmt.str(); in format()
230 fMsg = lookupMessage(fMsgID); in reset()
H A Dmessageobj.h118 return fMsg; in msg()
154 std::string fMsg; /// the formated or unformated message variable
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk2/
H A Dgtk2msgqueue.pp39 fMsg : PMsg;
41 property Msg: PMsg read fMsg write fMsg;
93 if fMsg <> nil then
102 fMsg := nil;
109 and (fMsg^.message = LM_GTKPAINT)
111 FinalizePaintTagMsg(fMsg);
113 Dispose(fMsg);
114 fMsg := nil;
220 vlItem.fMsg := ParMsg;
240 if FirstMessageItem <> nil then Result := FirstMessageItem.fMsg;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2msgqueue.pp40 fMsg : PMsg;
42 property Msg: PMsg read fMsg write fMsg;
94 if fMsg <> nil then
103 fMsg := nil;
110 and (fMsg^.message = LM_GTKPAINT)
112 FinalizePaintTagMsg(fMsg);
114 Dispose(fMsg);
115 fMsg := nil;
226 vlItem.fMsg := ParMsg;
246 if FirstMessageItem <> nil then Result := FirstMessageItem.fMsg;
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk2/
H A Dgtk2msgqueue.pp39 fMsg : PMsg;
41 property Msg: PMsg read fMsg write fMsg;
93 if fMsg <> nil then
102 fMsg := nil;
109 and (fMsg^.message = LM_GTKPAINT)
111 FinalizePaintTagMsg(fMsg);
113 Dispose(fMsg);
114 fMsg := nil;
220 vlItem.fMsg := ParMsg;
240 if FirstMessageItem <> nil then Result := FirstMessageItem.fMsg;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2msgqueue.pp40 fMsg : PMsg;
42 property Msg: PMsg read fMsg write fMsg;
94 if fMsg <> nil then
103 fMsg := nil;
110 and (fMsg^.message = LM_GTKPAINT)
112 FinalizePaintTagMsg(fMsg);
114 Dispose(fMsg);
115 fMsg := nil;
226 vlItem.fMsg := ParMsg;
246 if FirstMessageItem <> nil then Result := FirstMessageItem.fMsg;
[all …]
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/pause/
H A Dmessage.cpp20 fMsg = strdup(msg); in Message()
23 fMsgX = MESSAGE_X + ((MESSAGE_W / 2) - (GetFontWidth(fMsg, 0) / 2)); in Message()
44 free(fMsg); in ~Message()
62 font_draw(fMsgX, fMsgY, fMsg, 0); in Draw()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Didemsgintf.pas47 fMsg: TFPList; // list of TMessageLine
196 Result:=TMessageLine(fMsg[index]);
214 Result:=fMsg.Count;
221 fMsg:=TFPList.Create;
226 FreeAndNil(fMsg);
/dports/editors/lazarus/lazarus/components/ideintf/
H A Didemsgintf.pas47 fMsg: TFPList; // list of TMessageLine
196 Result:=TMessageLine(fMsg[index]);
214 Result:=fMsg.Count;
221 fMsg:=TFPList.Create;
226 FreeAndNil(fMsg);
/dports/editors/lazarus-qt5/lazarus/components/ideintf/
H A Didemsgintf.pas47 fMsg: TFPList; // list of TMessageLine
196 Result:=TMessageLine(fMsg[index]);
214 Result:=fMsg.Count;
221 fMsg:=TFPList.Create;
226 FreeAndNil(fMsg);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Didemsgintf.pas47 fMsg: TFPList; // list of TMessageLine
196 Result:=TMessageLine(fMsg[index]);
214 Result:=fMsg.Count;
221 fMsg:=TFPList.Create;
226 FreeAndNil(fMsg);
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/pause/
H A Dmessage.cpp31 fMsg = msg; in Message()
34 int msglen = Renderer::getInstance()->font.getWidth(fMsg) / 2; in Message()
80 Renderer::getInstance()->font.draw(fMsgX, fMsgY, _(fMsg)); in Draw()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dtracer.cpp48 …d::string& msg, bool debug, bool writeNow): fFileName(file), fLine(line), fMsg(msg), fDebug(debug)… in Tracer()
88 brmlog << timeStamp() << fpid << ":" << fFileName << "@" << fLine << " " << fMsg << " begin - "; in writeBegin()
100 brmlog << timeStamp() << fpid << ":" << fFileName << " " << fMsg << " end "; in writeEnd()
142 cerr << fFileName << "@" << fLine << " " << fMsg << endl; in timeStamp()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dtracer.cpp48 …d::string& msg, bool debug, bool writeNow): fFileName(file), fLine(line), fMsg(msg), fDebug(debug)… in Tracer()
88 brmlog << timeStamp() << fpid << ":" << fFileName << "@" << fLine << " " << fMsg << " begin - "; in writeBegin()
100 brmlog << timeStamp() << fpid << ":" << fFileName << " " << fMsg << " end "; in writeEnd()
142 cerr << fFileName << "@" << fLine << " " << fMsg << endl; in timeStamp()
/dports/databases/fpc-sqlite/fpc-3.2.2/packages/sqlite/src/
H A Dsqlitedb.pas20 fMsg: String;
48 property LastErrorMessage: string read fMsg;
302 fMsg := ErrorMessage(fError);
347 fMsg := ErrorMessage(fError);

123456